Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. watch: {
  2.  
  3. less: {
  4. files: ['app/components/**/*.less'],
  5. tasks: ['less'],
  6. options: {
  7. livereload: '<%= connect.options.livereload %>'
  8. }
  9. }
  10. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement