Skip to content

Commit

Permalink
add underscore ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Escalante committed Jan 2, 2014
1 parent a315991 commit 1b72918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ autoprefixer = require 'autoprefixer-stylus'
rupture = require 'rupture'

module.exports =
ignores: ['readme.md', '**/layout.*']
ignores: ['readme.md', '**/layout.*', '**/_*']

stylus:
use: [axis(), autoprefixer(), rupture()]

0 comments on commit 1b72918

Please sign in to comment.