Added options with blacklist and theme. Created a function for changing the extension icon color.

This commit is contained in:
Mario Basic
2015-05-27 23:03:32 +02:00
parent 5b966014c4
commit fe62decf07
15 changed files with 12049 additions and 217 deletions

View File

@@ -21,4 +21,5 @@ elixir(function (mix) {
mix.less('app.less');
mix.browserify('app.js', null, 'assets/js');
//mix.browserify('events.js', 'public/js/events.js', 'assets/js');
//mix.browserify('options.js', 'public/js/options.js', 'assets/js');
});