Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iamareebjamal committed Jul 17, 2020
1 parent 3838bcc commit 4a24c1d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module.exports = function(defaults) {
sassOptions : {
sourceMapEmbed: true
},
SemanticUI: {
source: {
css : 'node_modules/fomantic-ui/dist',
javascript : 'node_modules/fomantic-ui/dist',
images : 'node_modules/fomantic-ui/dist/themes/default/assets/images',
fonts : 'node_modules/fomantic-ui/dist/themes/default/assets/fonts'
}
SemanticUI: {
source: {
css : 'node_modules/fomantic-ui/dist',
javascript : 'node_modules/fomantic-ui/dist',
images : 'node_modules/fomantic-ui/dist/themes/default/assets/images',
fonts : 'node_modules/fomantic-ui/dist/themes/default/assets/fonts'
}
},
autoprefixer: {
overrideBrowserslist : targets.browsers,
Expand Down

0 comments on commit 4a24c1d

Please sign in to comment.