Skip to content

Commit

Permalink
Add usercss-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamiDream committed Apr 12, 2020
1 parent cc8fa7a commit b73eee5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.idea
.idea/
*.iml

node_modules
package-lock.json
package-lock.json

.DS_Store
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "usercss-compiler"]
path = usercss-compiler
url = https://github.com/OrigamiDream/usercss-compiler.git
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "Naver-Dark stylesheet compressor",
"main": "compressor/index.js",
"scripts": {
"compress": "node compressor/index.js"
"compress-legacy": "node compressor/index.js",
"compress": "node usercss-compiler/index.js 'Naver Dark.verbose.user.css' 'Naver Dark.user.css'"
},
"repository": {
"type": "git",
Expand Down
1 change: 1 addition & 0 deletions usercss-compiler
Submodule usercss-compiler added at 05c98a

0 comments on commit b73eee5

Please sign in to comment.