2.5.4-dev2
Pre-release
Pre-release
- Added check to ensue
normalize.scss
dependency is met - Node script will run automatically as part of the
bower install
process
Why this check?
Sass provides no means of verifying an imports existence. To make this as portable as possible, it was decided to cover two common consumption cases:
-
User installs via:
bower install --save skeleton-sass #installs normalize dep, no action required
-
User does something akin to this:
git clone https://github.com/atomicpages/skeleton-sass.git cd path/to/skeleton-sass && git checkout development bower install # additional work is needed, but can be automated by the install check script
Certainly developers and consumers can fix this themselves, but we're exploring some options for upcoming releases. The main goal of this check is to simply automate a manual process in a particular use case.