[TASK] Remove obsolete image tasks

This commit is contained in:
Xaver Maierhofer 2016-05-29 19:09:32 +02:00
parent a694714448
commit 953ce30e1e

View File

@ -10,11 +10,6 @@ module.exports = function (grunt) {
cwd: "html/", cwd: "html/",
dest: "build/" dest: "build/"
}, },
img: {
src: ["img/*"],
expand: true,
dest: "build/"
},
vendorjs: { vendorjs: {
src: ["es6-shim/es6-shim.min.js", src: ["es6-shim/es6-shim.min.js",
"es6-shim/es6-shim.map"], "es6-shim/es6-shim.map"],
@ -43,12 +38,6 @@ module.exports = function (grunt) {
expand: true, expand: true,
dest: "build/", dest: "build/",
cwd: "assets/icons/" cwd: "assets/icons/"
},
leafletImages: {
src: ["images/*"],
expand: true,
dest: "build/",
cwd: "bower_components/leaflet/dist/"
} }
}, },
sass: { sass: {