Skip to content

Commit

Permalink
Issue #SB-5062 fix: Changed the bower semantic to local downloaded se…
Browse files Browse the repository at this point in the history
…mantic file
  • Loading branch information
manjudr committed Jul 26, 2018
1 parent 5936bb8 commit eb5c442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const CleanWebpackPlugin = require('clean-webpack-plugin');

const VENDOR = [
"./app/bower_components/jquery/dist/jquery.js", // Need to check both semantic and jquery
'./app/bower_components/semantic/dist/semantic.js', // "./node_modules/ajv/dist/ajv.bundle.js",
'./app/libs/semantic.min.js', // "./node_modules/ajv/dist/ajv.bundle.js",
"./app/bower_components/async/dist/async.min.js",
"./app/scripts/framework/libs/eventbus.min.js",
"./app/libs/mousetrap.min.js",
Expand Down

0 comments on commit eb5c442

Please sign in to comment.