Skip to content

Commit 5eb6ca3

Browse files
author
mrmrs
committed
Changes to build script
1 parent 3cd374d commit 5eb6ca3

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44
"description": "Documentation for Tachyons -- a performant, mobile-first, and 100% responsive modular css framework.",
55
"main": "index.html",
66
"scripts": {
7-
"start": "node build.js && superstatic"
7+
"start": "node build.js",
8+
"css": "tachyons src/css/tachyons.css > css/tachyons.css && tachyons src/css/tachyons.css --minify > css/tachyons.min.css && tachyons src/css/tachyons.css --generate-docs --package=../../package.json > readme.md",
9+
"doc": "bash script.sh",
10+
"doc:watch": "watch 'npm run doc' src/templates/",
11+
"doc:lib": "watch 'npm run doc' lib"
812
},
913
"repository": {
1014
"type": "git",
@@ -56,8 +60,9 @@
5660
"tachyons-borders": "^2.0.2",
5761
"tachyons-box-sizing": "^3.1.0",
5862
"tachyons-clears": "^2.0.3",
59-
"tachyons-coordinates": "^2.2.0",
63+
"tachyons-cli": "^0.3.3",
6064
"tachyons-colors": "^5.1.0",
65+
"tachyons-coordinates": "^2.2.0",
6166
"tachyons-debug": "^1.0.0",
6267
"tachyons-display": "^3.0.3",
6368
"tachyons-floats": "^2.0.3",
@@ -89,7 +94,7 @@
8994
"tachyons-white-space": "^2.0.3",
9095
"tachyons-widths": "^4.0.1",
9196
"titleize": "^1.0.0",
92-
"watch": "^0.16.0"
97+
"watch": "^0.17.1"
9398
},
9499
"contributors": [
95100
{

0 commit comments

Comments
 (0)