1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Merge pull request #161 from locomotivemtl/feature/svgs-folder

Add dedicated SVG sprite folder
This commit is contained in:
Lucas Bigot
2024-03-26 14:56:03 -04:00
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -15,7 +15,7 @@
"dest": "./www/assets/scripts" "dest": "./www/assets/scripts"
}, },
"svgs": { "svgs": {
"src": "./assets/images/sprite", "src": "./assets/svgs",
"dest": "./www/assets/images" "dest": "./www/assets/images"
}, },
"views": { "views": {