Skip to content

Commit ffbcf61

Browse files
committed
[fix] for npm
1 parent a69fa60 commit ffbcf61

File tree

5 files changed

+263
-225
lines changed

5 files changed

+263
-225
lines changed

gulpfile.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gulp.task 'nml', ->
1010
.pipe(plumber())
1111
.pipe(coffee())
1212
.pipe(concat('nml.js'))
13-
.pipe(gulp.dest('out'))
13+
.pipe(gulp.dest(''))
1414
.pipe notify 'nml.js done!!!', {onLast: true}
1515

1616
gulp.task 'watch', ['default'], ->

index.html

-72
This file was deleted.

nml.css

-151
This file was deleted.

0 commit comments

Comments
 (0)