Skip to content

Commit

Permalink
Use more verbose --minify flag for Tachyons CLI (see tachyons-css/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Martin committed Jun 1, 2018
1 parent 6a61383 commit e29b88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"mutations": "immutable-css src/tachyons-amp.css --strict",
"build": "npm run build:css && npm run build:minify",
"build:css": "tachyons src/tachyons-amp.css > css/tachyons-amp.css",
"build:minify": "tachyons src/tachyons-amp.css -m > css/tachyons-amp.min.css",
"build:minify": "tachyons src/tachyons-amp.css --minify > css/tachyons-amp.min.css",
"build:watch": "watch \"npm run build\" ./src/"
}
}

0 comments on commit e29b88e

Please sign in to comment.