1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00

split image assets to required and demo-only

This commit is contained in:
codecalm
2020-01-05 14:20:56 +01:00
parent 1a31291a6f
commit 75674402f6
388 changed files with 188 additions and 184 deletions

View File

@@ -14,11 +14,12 @@ bs.init({
'/': 'tmp',
'/dist': 'tmp-dist',
'/libs': 'static/libs',
'/img': 'static/img',
'/tmp-dist/img': 'img',
'/img-demo': 'static/img',
'/node_modules': 'node_modules',
},
},
files: ['tmp/**/*', 'tmp-dist/css/*.css', 'tmp-dist/js/*.js'],
files: ['tmp/**/*', 'tmp-dist/css/*.css', 'tmp-dist/js/*.js', 'tmp-dist/img/*.svg'],
watchOptions: {
ignoreInitial: true,
},