Skip to content

Commit

Permalink
Fix: JavaScriptの監視範囲が必要以上に広くなっていたのを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sable-virt committed Dec 8, 2015
1 parent 6e834c0 commit 35b1161
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ module.exports = {
// autoPrefixer(https://github.com/postcss/autoprefixer#options)
autoprefixer: {
browsers: ['last 3 version', 'ie >= 9', 'Android 4.0'],
ignore: ['text-size-adjust']
ignore: [

]
},
// css-mqpacker(https://github.com/hail2u/node-css-mqpacker#options)
mqpacker: {}
Expand Down Expand Up @@ -89,7 +91,7 @@ module.exports = {
},
// スクリプト: script
js: {
src: ['src/%type%/js/*.js','!src/js/_*.js'],
src: ['src/%type%/js/*.js','!src/%type%/js/_*.js'],
dest: 'public/%type%/js'
},
// テスト: karma
Expand Down

0 comments on commit 35b1161

Please sign in to comment.