Skip to content

Commit

Permalink
Remove docs css map
Browse files Browse the repository at this point in the history
  • Loading branch information
jgthms committed Oct 10, 2017
1 parent 56a10e8 commit 7a6fcf3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 322 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ _config.version.yml
bulma-test.sass
bulma-website-local.sass
css/bulma-test.css
css/bulma-docs.css.map
PUBLISHING.md
npm-debug.log

Expand Down
321 changes: 0 additions & 321 deletions docs/css/bulma-docs.css.map

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"deploy": "npm run build && npm run docs",
"docs": "npm run docs-sass && npm run docs-autoprefix",
"docs-autoprefix": "postcss --use autoprefixer --map false --output docs/css/bulma-docs.css docs/css/bulma-docs.css",
"docs-sass": "node-sass --output-style expanded docs/bulma-docs.sass docs/css/bulma-docs.css",
"docs-sass": "node-sass --output-style expanded --source-map false docs/bulma-docs.sass docs/css/bulma-docs.css",
"start": "npm run build-sass -- --watch",
"start-docs": "npm run docs-sass -- --watch",
"start-test": "npm run test-sass -- --watch",
Expand Down

0 comments on commit 7a6fcf3

Please sign in to comment.