File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module.exports = function(grunt) {
25
25
watch : {
26
26
editor : {
27
27
files : [ '*.css' , 'src/*' ] ,
28
- tasks : [ 'transport ' ] ,
28
+ tasks : [ 'build ' ] ,
29
29
options : {
30
30
livereload : true
31
31
}
@@ -59,6 +59,7 @@ module.exports = function(grunt) {
59
59
[ 'continuelist' , 'xml' , 'markdown' ] . forEach ( function ( name ) {
60
60
data += '\n' + grunt . file . read ( 'vendor/' + name + '.js' ) ;
61
61
} ) ;
62
+ data += '\n' + grunt . file . read ( 'src/intro.js' ) ;
62
63
data += '\n' + grunt . file . read ( 'src/editor.js' ) ;
63
64
grunt . file . write ( 'tmp/editor.js' , data ) ;
64
65
} ) ;
Original file line number Diff line number Diff line change 12
12
" index.js"
13
13
],
14
14
"styles" : [
15
+ " vendor/icomoon/style.css" ,
15
16
" editor.css" ,
16
17
" paper.css"
18
+ ],
19
+ "fonts" : [
20
+ " vendor/icomoon/fonts/icomoon.eot" ,
21
+ " vendor/icomoon/fonts/icomoon.svg" ,
22
+ " vendor/icomoon/fonts/icomoon.ttf" ,
23
+ " vendor/icomoon/fonts/icomoon.woff"
17
24
]
18
25
}
You can’t perform that action at this time.
0 commit comments