File tree 2 files changed +2
-8
lines changed
2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,6 @@ module.exports = function(grunt) {
288
288
dev : [
289
289
'skin' ,
290
290
'shell:babel' ,
291
- 'shell:rollupwatch' ,
292
291
'browserify:tests' ,
293
292
'watch:skin' ,
294
293
'watch:lang' ,
@@ -340,12 +339,6 @@ module.exports = function(grunt) {
340
339
preferLocal : true
341
340
}
342
341
} ,
343
- rollupwatch : {
344
- command : 'npm run rollup-dev' ,
345
- optoins : {
346
- preferLocal : true
347
- }
348
- } ,
349
342
babel : {
350
343
command : 'npm run babel -- --watch --quiet' ,
351
344
options : {
Original file line number Diff line number Diff line change 26
26
"clean" : " grunt clean" ,
27
27
"grunt" : " grunt" ,
28
28
"lint" : " vjsstandard" ,
29
- "start" : " grunt dev" ,
29
+ "start" : " npm-run-all -p start:grunt watch" ,
30
+ "start:grunt" : " grunt dev" ,
30
31
"test" : " grunt test" ,
31
32
"docs" : " npm run docs:lint && npm run docs:api" ,
32
33
"jsdoc" : " jsdoc" ,
You can’t perform that action at this time.
0 commit comments