Skip to content

Commit

Permalink
Revert "feature: add dist folder (#60)" (#67)
Browse files Browse the repository at this point in the history
This reverts commit 09a5fde.
  • Loading branch information
devlint authored Oct 13, 2017
1 parent 09a5fde commit ee4f7bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@
"url": "[email protected]:devlint/gridlex.git"
},
"license": "MIT",
"main": "dist/gridlex.min.css",
"main": "src/gridlex.scss",
"sass": "src/gridlex.scss",
"style": "docs/gridlex.css",
"scripts": {
"version": "npm run dist && git add -A .",
"dist": "node-sass src/gridlex.scss --sourceMap dist/ -o dist/ && postcss dist/gridlex.css > dist/gridlex.min.css",
"docs": "cp -R dist/ docs"
"sass": "node-sass src/gridlex.scss --sourceMap docs/ -o docs/ && postcss docs/gridlex.css > docs/gridlex.min.css"
},
"devDependencies": {
"cssnano": "^3.10.0",
Expand Down

0 comments on commit ee4f7bb

Please sign in to comment.