Skip to content

Commit

Permalink
changed dist file to surfkit.bundle.css
Browse files Browse the repository at this point in the history
  • Loading branch information
ReduxFlakes committed Jun 29, 2024
1 parent 148cff7 commit 640a8e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions dist/surfkit.bundle.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The UI framework and design language made by SurfScape.",
"main": "css/index.css",
"scripts": {
"build-css": "cleancss -o \"dist/surfkit.min.css\" \"css/index.css\"",
"build-css": "cleancss -o \"dist/surfkit.bundle.css\" \"css/index.css\"",
"build-js": "uglifyjs -o \"dist/js.min.js\" \"js/*.js\"",
"build-dist": "npm run build-css && npm run build-js"
},
Expand Down

0 comments on commit 640a8e7

Please sign in to comment.