Chocobo1
2 years ago
3 changed files with 0 additions and 49 deletions
@ -1,22 +0,0 @@ |
|||||||
module.exports = function(grunt) { |
|
||||||
|
|
||||||
grunt.initConfig({ |
|
||||||
svg2png: { |
|
||||||
all: { |
|
||||||
options:{ |
|
||||||
size: 256 |
|
||||||
}, |
|
||||||
files: [ |
|
||||||
{ |
|
||||||
src: ['icons/*.svg'] |
|
||||||
} |
|
||||||
] |
|
||||||
} |
|
||||||
} |
|
||||||
}); |
|
||||||
|
|
||||||
grunt.loadNpmTasks('grunt-svg2png'); |
|
||||||
|
|
||||||
grunt.registerTask('default', ['svg2png']); |
|
||||||
|
|
||||||
} |
|
@ -1,13 +0,0 @@ |
|||||||
{ |
|
||||||
"name": "build-icons", |
|
||||||
"version": "1.0.0", |
|
||||||
"description": "Convert svg icons to png", |
|
||||||
"main": "index.js", |
|
||||||
"dependencies": {}, |
|
||||||
"devDependencies": { |
|
||||||
"grunt": "*", |
|
||||||
"grunt-svg2png": "git+https://git@github.com/bertyhell/grunt-svg2png.git" |
|
||||||
}, |
|
||||||
"author": "Bert Verhelst", |
|
||||||
"license": "ISC" |
|
||||||
} |
|
Loading…
Reference in new issue