-
In order to bring composable Generators, it seems obvious some file will need to be edited by multiple generators.
I think the main friction point here is the `Gruntfile.js`.
In order to allow this …
-
我基于`grunt-sprite`部分思路,重新实现了一套`grunt-css-sprite`,增加`spritepath`,`padding`等参数,不限定目标目录结构;
现已发布至npm,如有问题请与我联系
https://github.com/laoshu133/grunt-css-sprite
-
(see convo at https://github.com/HabitRPG/habitrpg/pull/2209 )
@paglias you want this one, or shall I?
-
Wondering if we should add this module to gulp-iconfont dependencies in order to have a single module to configure the complete iconfont workflow.
-
What did I do wrong?
```
npm install css-sprite --save
npm http GET https://registry.npmjs.org/css-sprite
npm http 200 https://registry.npmjs.org/css-sprite
npm http GET https://registry.npmjs.org/cs…
-
Great plugin. Seems to work out of the box with all the plugins that comply with the 'files', 'src' syntax, but I've issues with "[grunt-spritesmith](https://github.com/Ensighten/grunt-spritesmith)":
…
-
Optimize css file rendering like this :
rather than
```
.icon-sprite1 {
background-image: url('nested/dir/spritesheet.png');
background-position: 0px 0px;
width: 10px;
height: 20px;
}
.icon-…
-
- Try out left-aligned navbar. It might be more intuitive of a location.
- Drop all heading sizes by 1 size inside of blog posts. Visual hierarchy should have the article as the highest weight with no…
-
The canvas dependency seems to cause this strange series of errors, just curious if you have any idea what they may mean? It looks like it is literally looking for a font called Cairo?
```
> node-gyp…
-
I have the following configuartion
```
{
"version": "0.1.1",
"project-type": "static-html",
"repository": {},
"devDependencies": {
"async": "^0.9.0",
"glob": "^3.2.7",…