Guest User

Untitled

a guest
Jan 8th, 2017
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. laptop:website lextoc$ cat grunt/concurrent.js
  2. module.exports = {
  3. dev: {
  4. tasks: ['nodemon:debug', 'concat:js', 'uglify:dev', 'watch'],
  5. options: {
  6. logConcurrentOutput: true
  7. }
  8. }
  9. };
Add Comment
Please, Sign In to add comment