Skip to content

Commit

Permalink
new css path
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed Apr 29, 2019
1 parent 2220efa commit 1c479a9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,16 +4,16 @@

Watch
```
sass --watch style/css:style/css
sass --watch style/css:
pug index.pug -w -P
```
Normal
```
sass style/css:style/css
sass style/css:
pug index.pug -P
```
Compressed
```
sass style/css:style/css --style compressed
sass style/css: --style compressed
pug index.pug
```
2 changes: 1 addition & 1 deletion compile.bat
@@ -1,4 +1,4 @@
start cmd /k sass style/css:style/css
start cmd /k sass style/css:
timeout 5
start cmd /k pug index.pug -P
timeout 5
Expand Down
2 changes: 1 addition & 1 deletion compile_min.bat
@@ -1,4 +1,4 @@
start cmd /k sass style/css:style/css --style compressed
start cmd /k sass style/css: --style compressed
timeout 5
start cmd /k pug index.pug
timeout 5
Expand Down
4 changes: 2 additions & 2 deletions compile_watch.bat
@@ -1,5 +1,5 @@
start cmd /k sass style/css:style/css
start cmd /k sass --watch style/css:style/css
start cmd /k sass style/css:
start cmd /k sass --watch style/css:
timeout 5
start cmd /k pug index.pug -w -P
timeout 5
Expand Down
2 changes: 1 addition & 1 deletion index.pug
Expand Up @@ -17,7 +17,7 @@ html
link(rel='shortcut icon', href='private/images/svg/logo.svg')
link(rel='shortcut icon', href='private/images/icon.ico')
style
include style/css/style.css
include style.css
script(async src="https://www.googletagmanager.com/gtag/js?id=UA-137023372-1")
script
include js/google_analytics.js
Expand Down
File renamed without changes.

0 comments on commit 1c479a9

Please sign in to comment.