This commit is contained in:
2020-10-15 17:05:43 +02:00
parent 4c82603c64
commit 43a28b5ea3
124 changed files with 1165 additions and 10654 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/bash
# sudo npm install -g browser-sync
browser-sync start --server --files "*.css" "*.html" "*.js"
browser-sync start --server --files "css/*.css" "*.html" "*.js" "*.css"