ZeroOmega/omega-web/grunt/copy.coffee
FelisCatus 9d71c91634 Add a mini-popup page with the menu only.
This allows the popup to load faster for most cases. If advanced
features are used, the user will be redirected to the full popup page.
2017-03-15 19:01:06 -07:00

20 lines
362 B
CoffeeScript

module.exports =
pac:
files:
'build/js/omega_pac.min.js': 'node_modules/omega-pac/omega_pac.min.js'
lib:
expand: true
cwd: 'lib'
src: ['**/*']
dest: 'build/lib/'
img:
expand: true
cwd: 'img'
src: ['**/*']
dest: 'build/img/'
popup:
expand: true
cwd: 'src/popup'
src: ['**/*']
dest: 'build/popup/'