Shopify / shopify-css-import

Add CSS import functionality to Shopify theme development with Grunt.js or Gulp.js
http://shopify.github.io/shopify-css-import
MIT License
83 stars 18 forks source link

Don't Compile Files with Underscore Prefix #16

Closed realph closed 9 years ago

realph commented 9 years ago

Is it possible to not have files that are prefixed with an underscore copied across to the assets folder? I thought the _ before the filename tells Sass not to compile it to CSS...?

cshold commented 9 years ago

Good timing, someone just submitted this update to fix the same issue. Happy Shopifying.

marcobarbosa commented 9 years ago

The update seems to only address Grunt. Here is a PR with the Gulp fix: https://github.com/Shopify/shopify-css-import/pull/17