mirror of
https://github.com/DerTyp7/better-teamspeak-theme.git
synced 2025-10-29 20:52:10 +01:00
Update package.json and remove unused files
This commit is contained in:
13
build.sh
Normal file
13
build.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
npm install node-sass --save-dev
|
||||
|
||||
# Remove old dist folder
|
||||
rm -rf ./dist
|
||||
|
||||
# Create new dist folder
|
||||
mkdir ./dist
|
||||
|
||||
# Move other files to dist folder
|
||||
find ./src -type f ! -name "*.scss" -exec cp {} ./dist/ \;
|
||||
|
||||
npx node-sass --output-style compressed --source-map-contents true --precision 6 --output ./dist ./src/*.scss
|
||||
Reference in New Issue
Block a user