Sha256: 70ef0470b3dd3fd48d9ed2167c264f2e815c84f68b723113a25b2e53fb4008fb
Contents?: true
Size: 440 Bytes
Versions: 1
Compression:
Stored size: 440 Bytes
Contents
require "bundler/setup" task default: :test desc "Publish \"marketing\" docs" task :publish_docs do sh("git rebase master gh-pages") sh("git checkout master") sh("git push origin master") sh("git push origin gh-pages") end desc "Publish new release" task publish: :publish_docs do sh("git push --tags") sh("npm publish") end desc "Open your default browser with the test page" task :test do sh("open test/index.html") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
locomotivecms-3.2.0.rc1 | vendor/assets/components/locomotive_sources/jquery-timeago/Rakefile |