backbone-boilerplate / grunt-bbb-styles

WIP Grunt BBB styles compilation.
MIT License
0 stars 2 forks source link

You can't specify an empty prefix #2

Open nsrosenqvist opened 11 years ago

nsrosenqvist commented 11 years ago

You can't specify an empty prefix since:

if (!options.prefix) {
      options.prefix = "./app/styles/";
}

where options.prefix = "" will evaluate to true and the prefix will be set to "./app/styles/"