diff --git a/gulpfile.babel.js b/gulpfile.babel.js index 15639c0..c1cff90 100755 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -22,7 +22,7 @@ var specific = JSON.parse(fs.readFileSync(`./config/${target}.json`)); var context = Object.assign({}, generic, specific); var manifest = { - //Add this to the manifest file So the livereload scritpt is also enqluded in the development + //Add this to the manifest file So the livereload scritpt is also included in the development dev: { 'background': { 'scripts': [ @@ -268,6 +268,7 @@ function buildJS(target) { ]; let tasks = files.map(file => { + return browserify({ entries: 'src/scripts/' + file.source, debug: !production diff --git a/src/scripts/components/setup/index.js b/src/scripts/components/setup/index.js index b36a377..974c699 100644 --- a/src/scripts/components/setup/index.js +++ b/src/scripts/components/setup/index.js @@ -345,7 +345,7 @@ class Setup extends Component {
{translate('setupStepTwoBody')}
- +