mirror of
https://github.com/zero-peak/ZeroOmega.git
synced 2025-01-23 07:18:13 -05:00
11 lines
290 B
CoffeeScript
11 lines
290 B
CoffeeScript
|
module.exports =
|
||
|
target_web:
|
||
|
files:
|
||
|
'build/js/omega_target_web.js': 'omega_target_web.coffee'
|
||
|
target_web_log:
|
||
|
files:
|
||
|
'build/js/omega_target_web_basics.js': 'omega_target_web_basics.coffee'
|
||
|
background:
|
||
|
files:
|
||
|
'build/js/background.js': 'background.coffee'
|