Skip to content

Commit

Permalink
Merge pull request #28 from marcmeans/master
Browse files Browse the repository at this point in the history
ionic package updates for webpack
  • Loading branch information
lathonez committed Mar 2, 2016
2 parents f78363d + e489e9f commit c333f56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ionic.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ module.exports = {
src: ['app/theme/app.+(ios|md).scss'],
dest: 'www/build/css',
include: [
'node_modules/ionic-framework',
'node_modules/ionic-angular',
'node_modules/ionicons/dist/scss'
]
},
fonts: {
src: ['node_modules/ionic-framework/fonts/**/*.+(ttf|woff|woff2)'],
src: ['node_modules/ionic-angular/fonts/**/*.+(ttf|woff|woff2)'],
dest: "www/build/fonts"
},
watch: {
Expand Down

0 comments on commit c333f56

Please sign in to comment.