Skip to content

Commit

Permalink
Create distribution (#16)
Browse files Browse the repository at this point in the history
* Add "style" field to package.json (twbs#1051); fixes twbs#1045

* Add "sass" field to package.json for consistency with upstream

Refs twbs#1045

* Create distribution
  • Loading branch information
danielmatthew authored and pads committed Jul 20, 2016
1 parent 21ee689 commit 64d294f
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 49 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ test/dummy_rails/public/assets/
.DS_Store
node_modules
bower_components
dist
docs
7 changes: 0 additions & 7 deletions app.css.map

This file was deleted.

6 changes: 0 additions & 6 deletions app.min.css

This file was deleted.

7 changes: 0 additions & 7 deletions app.min.css.map

This file was deleted.

69 changes: 41 additions & 28 deletions app.css → dist/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions dist/app.css.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/app.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions dist/app.min.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"version": "3.3.6",
"description": "bootstrap-sass is a Sass-powered version of Bootstrap 3, ready to drop right into your Sass powered applications.",
"main": "assets/javascripts/bootstrap.js",
"style": "assets/stylesheets/_bootstrap.scss",
"sass": "assets/stylesheets/_bootstrap.scss",
"repository": {
"type": "git",
"url": "git://github.com/twbs/bootstrap-sass"
Expand Down

0 comments on commit 64d294f

Please sign in to comment.