pulsar/Rakefile

12 lines
215 B
Ruby
Raw Normal View History

2013-06-21 02:36:25 +04:00
rule "" do |t|
puts <<-HELP
Atom now uses grunt instead of Rake.
See https://github.com/github/atom/pull/596 for more info.
2013-06-21 02:36:25 +04:00
tl;dr
-----
2013-06-21 20:46:14 +04:00
Run ./script/build instead of rake install.
2013-06-21 02:36:25 +04:00
HELP
end