mirror of
https://github.com/tabler/tabler.git
synced 2025-12-24 02:38:15 +04:00
css build, js build
This commit is contained in:
@@ -4,13 +4,13 @@ bs.init({
|
||||
watch: true,
|
||||
server: {
|
||||
routes: {
|
||||
"/": "tmp",
|
||||
"/dist": "dist",
|
||||
"/libs": "static/libs",
|
||||
"/img": "static/img",
|
||||
'/': 'tmp',
|
||||
'/dist': 'dist',
|
||||
'/libs': 'static/libs',
|
||||
'/img': 'static/img',
|
||||
}
|
||||
},
|
||||
files: ["tmp/**/*", "dist/css/*.css", "dist/js/*.js"],
|
||||
files: ['tmp/**/*', 'dist/css/*.css', 'dist/js/*.js'],
|
||||
watchOptions: {
|
||||
ignoreInitial: true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user