Closed reyramos closed 10 years ago
Tried numerous ways to change the prefix:'icon' to a custom one in gruntfile csssprite: options: processor:'css' prefix:'base64' sprite: src: ["<%= yeoman.app %>/img/base64/"] dest: ".tmp/img/sprite.png" base64: options: base64: true prefix:'base64' src: ["<%= yeoman.app %>/img/base64/_"] dest: ".tmp/css/sprite.less"
It seems that neither works.
Should be fixed in 0.7.0-beta2.
Thanks for reporting.
Tried numerous ways to change the prefix:'icon' to a custom one in gruntfile csssprite: options: processor:'css' prefix:'base64' sprite: src: ["<%= yeoman.app %>/img/base64/"] dest: ".tmp/img/sprite.png" base64: options: base64: true prefix:'base64' src: ["<%= yeoman.app %>/img/base64/_"] dest: ".tmp/css/sprite.less"
It seems that neither works.