AllenYuan

build - setup - 2

Apr 22nd, 2020
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // glob patterns for where our source js and html template files are located
  2. // all .js files in src/js
  3. var jsFiles = 'src/js/**/*.js';
  4. // all .html files in src/js
  5. var viewFiles = 'src/js/**/*.html';
Advertisement
Add Comment
Please, Sign In to add comment