Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Commit 87e4817

Browse files
committed
bump(buildAll): release prep
1 parent 6861409 commit 87e4817

38 files changed

+19506
-2
lines changed

Gruntfile.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = (grunt) ->
7676

7777
grunt.registerTask "default", [ 'verbosity', 'buildDist', 'copy', 'uglify:dist', 'uglify:streetview', 'karma']
7878

79-
grunt.registerTask "buildAll", "build", "concat", "uglify", "copy", "karma", "graph"
79+
grunt.registerTask "buildAll", ["build", "concat", "uglify", "copy", "karma", "graph"]
8080

8181
# run default "grunt" prior to generate _SpecRunner.html
8282
grunt.registerTask "spec", [ 'verbosity', "buildDist",

0 commit comments

Comments
 (0)