Browse Source

Remove unused resources

adaptive-webui-19844
Chocobo1 2 years ago
parent
commit
5a8027ae1f
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 22
      src/icons/build-icons/Gruntfile.js
  2. 13
      src/icons/build-icons/package.json
  3. 14
      src/icons/build-icons/readme.md

22
src/icons/build-icons/Gruntfile.js

@ -1,22 +0,0 @@ @@ -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']);
}

13
src/icons/build-icons/package.json

@ -1,13 +0,0 @@ @@ -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"
}

14
src/icons/build-icons/readme.md

@ -1,14 +0,0 @@ @@ -1,14 +0,0 @@
Convert SVG icons to PNG
------------------------
install npm
Execute:
```
npm install
```
Convert icons by running:
```
grunt
```
Loading…
Cancel
Save