We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1328252 commit 2844820Copy full SHA for 2844820
lib/tasks/cssbundling/build.rake
@@ -1,5 +1,5 @@
1
namespace :css do
2
- desc "Install JavaScript dependencies"
+ desc "Install CSS dependencies"
3
task :install do
4
command = Cssbundling::Tasks.install_command
5
unless system(command)
0 commit comments