node-sprite
node-sprite copied to clipboard
A CSS Sprite Generation Library with Stylus and Retina Support.
I got an error when I was going to make spritesheet file. 'uncaught exception' occurred. (can't remember exact condition) In sprite.coffee file, '_getFiles' method made an error. A simple 'if'...
Trace after run /example/stylus.js ``` sh { [TypeError: /Users/echuvelev/Development/hospital/express/node_modules/stylus/lib/functions/index.styl:286:14 282| 283| &, 284| /$cache_placeholder_for_{$id} 285| $stylus_mixin_cache[$key] = $id 286| {block} ---------------------^ 287| Cannot read property 'length' of undefined at "#smallSquare"...
I just had the case that for some reason the spritesheet.png was available in the filesystem but the corresponding spritesheet.json wasn't (not commited). node-sprite ran over the thing and told...
Installing this package gives 500 error on node-imagemagick dependency, please see if we can update the url to https://github.com/rsms/node-imagemagick.git
just not working.
Hello, I try to integrate sprite with my test express app and have some problems. ``` # app.coffee if app.settings.env is "development" sprite.sprites path: './assets/blocks/', watch: true, (err, result) ->...