mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-22 15:08:12 -05:00
9d71c91634
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.
20 lines
362 B
CoffeeScript
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/'
|