rename css/ to dist/

This commit is contained in:
Ben Harris 2017-12-29 16:31:39 -05:00
parent 33f0d007d5
commit 4e99ad9ec4
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
# ignore build artifact
css/hacker.css
dist/hacker.css
# Logs

View File

View File

@ -4,7 +4,8 @@
"description": "a fork of brobin's h4x0r bootstrap theme",
"author": "Ben Harris <ben@tilde.team>",
"scripts": {
"build": "lessc less/hacker.less css/hacker.css --clean-css=\"--s1 --advanced --compatibility=ie8\""
"build": "lessc less/hacker.less dist/hacker.css --clean-css=\"--s1 --advanced --compatibility=ie8\"",
"mv": "cp dist/hacker.css /var/www/html/tilde.team/public_html/css/."
},
"repository": {
"type": "git",