This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
brett.is
mirror of
https://github.com/brettlangdon/brett.is.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
use clean-css to minify main.css
pull/1/head
Brett Langdon
12 years ago
parent
c539128e91
commit
5cc525960a
2 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Makefile
+1
-0
package.json
+ 1
- 0
Makefile
View File
@ -2,6 +2,7 @@ WINTERSMITH = ./node_modules/.bin/wintersmith
ARTICLE_DIR
=
./contents/writing/about
ARTICLE_DIR
=
./contents/writing/about
build
:
build
:
@./node_modules/.bin/cleancss ./contents/css/main.css > ./contents/css/main.min.css
@
$(
WINTERSMITH
)
build
@
$(
WINTERSMITH
)
build
clean
:
clean
:
+ 1
- 0
package.json
View File
@ -5,6 +5,7 @@
"main"
:
""
,
"main"
:
""
,
"private"
:
true
,
"private"
:
true
,
"dependencies"
:
{
"dependencies"
:
{
"clean-css"
:
"^2.2.2"
,
"moment"
:
"~2.3.1"
,
"moment"
:
"~2.3.1"
,
"typogr"
:
"~0.5.2"
,
"typogr"
:
"~0.5.2"
,
"underscore"
:
"~1.4.4"
,
"underscore"
:
"~1.4.4"
,
Write
Preview
Loading…
Cancel
Save