wide / forge

Zero-based configuration builder for frontend integration projects.
MIT License
0 stars 0 forks source link

Sass configuration: being able to ignore files in the entry point #1

Closed jdacosta closed 4 years ago

jdacosta commented 4 years ago

For the sass configuration, it does not seem possible to ignore the files in the entry point.

Here's an example:


module.exports = {
  sass: {
    observe: '**/*.{scss,sass}',

    entries: [
      'assets/{scss,sass}/*.{scss,sass}', 
      '!assets/{scss,sass}/core.{scss,sass}' // <-- this line not working :(
    ],

    output: 'assets/css'
  }
}
jdacosta commented 4 years ago

It's ok with forge 2.1.2 : https://github.com/wide/forge/releases/tag/2.1.2