diff options
| author | Igor Minar | 2012-08-29 16:56:48 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-08-30 08:58:51 -0700 |
| commit | ade7127c79fc047f3ed1dbf538e4131c1f68799b (patch) | |
| tree | 96b77e9b942e924eccefaaa6cfa37b1bdf825332 | |
| parent | d341483f1f7770c1a5f684e95b4908045abe5179 (diff) | |
| download | angular.js-ade7127c79fc047f3ed1dbf538e4131c1f68799b.tar.bz2 | |
chore(Rakefile): fix the default task
| -rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ files = eval(content.gsub(/\};(\s|\S)*/, '}'). BUILD_DIR = 'build' -task :default => [:compile, :test] +task :default => [:package] desc 'Init the build workspace' |
