-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pulling a node module using a github URL will not honor .npmignore, it pulls in everything. Updated docs to reflect that.
- Loading branch information
1 parent
27ade1b
commit 481f60b
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,12 +12,14 @@ Append the repository to your project's package.json's dependency list: | |
``` | ||
"solid": "git+ssh://[email protected]:buzzfeed/solid.git#<RELEASE_VERSION>" | ||
``` | ||
This will give you `solid.scss` and all of its scss files inside `node_modules`. This package only includes the static, uncompiled SCSS files. Whether you want to build them into your project with Grunt, Gulp, etc. is up to you. | ||
This will give you `solid.scss` and all of its scss files inside `node_modules/solid/lib`. This package includes the static, uncompiled SCSS files. Whether you want to build them into your project with Grunt, Gulp, etc. is up to you. | ||
|
||
Including the package using a github URL will also include all of the styleguide's template `.ejs` files. Please disregard. | ||
|
||
## Building the Solid Styleguide | ||
The solid styleguide lets you view Solid along with all of its documentation. | ||
|
||
## Set Up | ||
## Set Up the Styleguide Locally (optional) | ||
|
||
### Dependencies | ||
|
||
|