Sha256: 2961fc3b13d460830b1ba838940966202c812f324fc916ee856fa27c63ca4f5c
Contents?: true
Size: 357 Bytes
Versions: 3
Compression:
Stored size: 357 Bytes
Contents
task default: [:build] desc "Build the website" task :build do system "rm -rf _build/* && bin/flutterby build" end # This is a sample "deploy" task that will upload your # statically generated website to your server via rsync. # # desc "Deploy the website" # task deploy: [:build] do # system "rsync -vr --del _build/* server:/path/to/website/" # end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
flutterby-0.6.2 | lib/templates/new_project/Rakefile |
flutterby-0.6.1 | lib/templates/new_project/Rakefile |
flutterby-0.6.0 | lib/templates/new_project/Rakefile |