[TASK] Remove obsolete image tasks
This commit is contained in:
parent
a694714448
commit
953ce30e1e
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user