broccoli-sprite
Advanced tools
Comparing version 0.0.5 to 0.0.6
function emberCliStylesOverride(app, preprocessors) { | ||
console.log('EmberCliStylesOverride', arguments); | ||
if (!app.options.sprite) { | ||
@@ -5,0 +4,0 @@ return; |
@@ -46,2 +46,4 @@ var path = require('path'); | ||
var nsgOptions = JSON.parse(JSON.stringify(self.options)); //lazy way to deep clone | ||
// stylesheet can be a function which is lost in JSON.stringify | ||
nsgOptions.stylesheet = self.options.stylesheet; | ||
nsgOptions.src = files; | ||
@@ -48,0 +50,0 @@ nsgOptions.spritePath = spritePath; |
{ | ||
"name": "broccoli-sprite", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Broccoli plugin for CSS image sprite generation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -174,4 +174,13 @@ # A BroccoliJs plugin for sprite generation | ||
## Contributors | ||
Maintained by [bguiz](http://github.com/bguiz). | ||
Additional contributions from: | ||
- [Connorhd](http://github.com/Connorhd) | ||
- [harianus](http://github.com/harianus) | ||
## Licence | ||
[GPL v3](http://opensource.org/licenses/GPL-3.0) |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
20880
328
186
0