Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. Running "concurrent:ionic" (concurrent) task
  2. Running "ionic:serve" (ionic) task
  3. Running "watch" task
  4. Waiting...
  5.  
  6. /app
  7. /app/images
  8. /app/styles
  9. /app/index.html
  10. /bower_components
  11. ....
  12. /www
  13. /www/bower_components
  14. /www/images
  15. /www/styles
  16. /www/index.html
  17.  
  18. watch: {
  19. bower: {
  20. files: ['bower.json'],
  21. tasks: ['wiredep', 'newer:copy:app']
  22. },
  23. html: {
  24. files: ['<%= yeoman.app %>/**/*.html'],
  25. tasks: ['newer:copy:app']
  26. },
  27. js: {
  28. files: ['<%= yeoman.app %>/<%= yeoman.scripts %>/**/*.js'],
  29. tasks: ['newer:copy:app', 'newer:jshint:all']
  30. },
  31. compass: {
  32. files: ['<%= yeoman.app %>/<%= yeoman.styles %>/**/*.{scss,sass}'],
  33. tasks: ['compass:server', 'autoprefixer', 'newer:copy:tmp']
  34. },
  35. gruntfile: {
  36. files: ['Gruntfile.js'],
  37. tasks: ['ngconstant:development', 'newer:copy:app']
  38. }
  39. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement