mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
Fix rakefile to work with older versions of rake
This commit is contained in:
parent
03ddc4570b
commit
563a98e4bd
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
|
@ -31,7 +31,7 @@ end
|
|||
|
||||
desc 'Compile JavaScript'
|
||||
task :compile do
|
||||
Rake::Task['compileexterns'].execute
|
||||
Rake::Task['compileexterns'].execute 0
|
||||
|
||||
concat = %x(cat \
|
||||
src/angular.prefix \
|
||||
|
|
|
|||
Loading…
Reference in a new issue