Skip to content

Commit 9aeeb0b

Browse files
committed
chore(grunt): dead line
1 parent ed1ffd9 commit 9aeeb0b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gruntfile.coffee

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,8 @@ module.exports = (grunt) ->
109109
grunt.registerTask key, ["fast", "clean:example", "connect:server", basicTask, "watch:all"]
110110
exampleOpenTasks.push basicTask
111111

112-
# allExamplesTaskToRun = ["clean:example", "connect:server"].concat(['open:free-draw-polygons','open:example']).concat ['watch:all']
113112
allExamplesTaskToRun = ["fast", "clean:example", "connect:server"].concat(exampleOpenTasks).concat ['watch:all']
114113

115-
116114
listWithQuotes = (collection, doLog = true) ->
117115
last = collection.length - 1
118116
all = ''

0 commit comments

Comments
 (0)