Added scss directory and .sass-lint + added waypoints js lib

This commit is contained in:
2017-06-08 15:24:27 +02:00
parent 7345d0dbe7
commit cd7e56028f
9 changed files with 3118 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{
"name": "christiaangoossens/chrg.nl",
"name": "@christiaangoossens/chrg.nl",
"description": "The theme for chrg.nl",
"version": "0.0.1",
"engines": {
@ -11,5 +11,16 @@
},
"gpm": {
"type": "theme"
},
"scripts": {
"prebuild:css": "node-sass --include-path assets assets/scss/main.scss assets/css/main.css -o ./",
"build:css": "postcss --use autoprefixer -b 'last 2 versions' < assets/css/main.css",
"watch": "watch 'npm run prebuild:css' assets/scss/"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"node-sass": "^4.5.3",
"postcss-cli": "^4.0.0",
"watch": "^1.0.2"
}
}