-
We've had several requests for a wheelchair option without armrests or handles on the chair. These would be just be added as new options on the Avatar Customization menu under Extra>Wheelchairs.
-…
-
A very basic version isn't working
```
module.exports = function (grunt) {
// Configure grunt
grunt.initConfig({
sprite:{
all: {
src: 'Sprites/*.png',
dest: 'Sprites/out…
-
Hi , I would like to pass a timestamp to scss template and rename image in the same task with grunt. Actually timestamp for task "sprite" and "rename" are different. I can make it working with gulp in…
-
I am using gulp.js. But I want to add a condition that if request.debug = true; in any of my js file then gulp task should fail. I have found gulp-if and gulp-fail that I can use for this purpose but …
-
Using grunt 0.4.0 with grunt-spritesmith 0.5.2, specifying an algorithm other then top-down causes the build to silently fail.
This is my Gruntfile:
/_global module:false_/
module.exports = func…
-
-
A CSS value of 0 is 0 whether it's 0px, 0em or 0fluffybunnies :-)
Most best practice and coding standards say that values of 0 should be without units, since it makes no difference to the end result.…
-
I get this warning when I type `npm install` in a project that I inherited. Not sure if this is critical or not.
-
When using node 10.14.2, it crashes with "ReferenceError: internalBinding is not defined"
-
So it turns out Safari on iPad (in particular) scales spritesheets by screensize. Here's [the resultant issue](https://github.com/HabitRPG/habitrpg/issues/2510) we're hitting when using grunt-spritesm…