Skip to content

Commit

Permalink
TODO: build canary - background script and dependencies should be in …
Browse files Browse the repository at this point in the history
…one place. Lack of URL suggestions, tutorials and not signed in to chrome view for Drive
  • Loading branch information
jarrodek committed Mar 15, 2016
1 parent ae11f84 commit e82df42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ var Builder = {
var backgroundScript = 'scripts/background.js';
deps = deps.filter((dep) => dep !== backgroundScript);
deps = deps.map((dep) => './app/' + dep);
//backgroundScript = 'background.js';
let depsFilename = 'background-deps.js';
let depsLocation = path.join(dest, depsFilename);
concat(deps, depsLocation, {
Expand Down

0 comments on commit e82df42

Please sign in to comment.