Added shell task to dev tasks
This commit is contained in:
parent
9a55074eb0
commit
1325ab7364
@ -19,6 +19,7 @@ module.exports = function (grunt) {
|
||||
];
|
||||
|
||||
var devTasks = baseTasks.concat([
|
||||
'shell',
|
||||
'connect',
|
||||
'watch:scss'
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user