ZeroOmega/omega-target-chromium-extension/grunt/coffee.coffee
FelisCatus 97de45e892 Move report issue and error log to browserAction context menu.
Also adds context menu item for toggling Quick Switch. Fix #464.
The context menu can be opened by right-clicking the browserAction icon.
2015-05-28 16:56:23 +08:00

11 lines
284 B
CoffeeScript

module.exports =
target_web:
files:
'build/js/omega_target_web.js': 'omega_target_web.coffee'
background:
files:
'build/js/background.js': 'background.coffee'
background_preload:
files:
'build/js/background_preload.js': 'background_preload.coffee'