Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // glob patterns for where our source js and html template files are located
- // all .js files in src/js
- var jsFiles = 'src/js/**/*.js';
- // all .html files in src/js
- var viewFiles = 'src/js/**/*.html';
Advertisement
Add Comment
Please, Sign In to add comment