pulsar/Rakefile
2013-08-19 20:50:09 -07:00

12 lines
213 B
Ruby

rule "" do |t|
puts <<-HELP
Atom now uses grunt instead of Rake.
See https://github.com/atom/atom/pull/596 for more info.
tl;dr
-----
Run ./script/build instead of rake install.
HELP
end