mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-03 20:54:43 +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'
|
desc 'Compile JavaScript'
|
||||||
task :compile do
|
task :compile do
|
||||||
Rake::Task['compileexterns'].execute
|
Rake::Task['compileexterns'].execute 0
|
||||||
|
|
||||||
concat = %x(cat \
|
concat = %x(cat \
|
||||||
src/angular.prefix \
|
src/angular.prefix \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue