Skip to content

Commit

Permalink
Ensure proper minification
Browse files Browse the repository at this point in the history
  • Loading branch information
jutaz committed Jan 17, 2018
1 parent 02b3aa3 commit b90b112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ config.bundle['angular-trumbowyg'] = {
}
};

config.bundle['angular-trumbowyg.min'] = deepExtend({
config.bundle['angular-trumbowyg.min'] = deepExtend({}, config.bundle['angular-trumbowyg'], {
options: {
uglify: true
}
}, config.bundle['angular-trumbowyg']);
});

module.exports = config;

0 comments on commit b90b112

Please sign in to comment.