Skip to content

Commit

Permalink
Issue #SB-5062 merge: Merge pull request #5 from project-sunbird/sema…
Browse files Browse the repository at this point in the history
…ntic-bug-fix

Issue #SB-5062 fix: semantic bower  file path
  • Loading branch information
pallakartheekreddy authored Jul 30, 2018
2 parents 74ac3a3 + 4d4270f commit 3577e86
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/libs/semantic.min.js', // "./node_modules/ajv/dist/ajv.bundle.js",
'./app/bower_components/semantic/dist/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 3577e86

Please sign in to comment.