feat: Bit of frontend changes
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"copy-dependencies": "rm -rf dist && rsync -av --exclude='*.handlebars' src/ dist/ && cp node_modules/handlebars/dist/handlebars.min.js dist/ && cp node_modules/bootstrap/dist/js/bootstrap.min.js dist && cp node_modules/bootstrap/dist/js/bootstrap.min.js.map dist && cp node_modules/bootstrap/dist/css/bootstrap.min.css dist && cp node_modules/bootstrap/dist/css/bootstrap.min.css.map dist",
|
||||
"compile": "handlebars src/table.handlebars -f dist/table.handlebars.compiled.js",
|
||||
"compile": "handlebars src/table.handlebars -f dist/table.handlebars.dist.js",
|
||||
"dev": "npm run copy-dependencies && npm run compile && cd dist && python3 -m http.server 8080"
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user