Skip to content

Commit

Permalink
Merge pull request #146 from paulcpederson/master
Browse files Browse the repository at this point in the history
npm install with version, update readme
  • Loading branch information
ungoldman committed Apr 16, 2015
2 parents 4c3e9b3 + 7971184 commit d03658c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,12 @@ That will give you everything including sass utilities. You will also need to co
To install Calcite Web with npm, type:

```
npm install --save-dev Esri/calcite-web
npm install --save-dev Esri/calcite-web#v0.1.2
```

You can also use a specific release by appending the version number to the end:
You must add the current version in order to get the `dist/` folder.

```
npm install --save-dev Esri/calcite-web#v0.0.1
```

Then, if you're using sass, be sure to add `node_modules/calcite-web/dist/sass/` to your load path. If you're using `grunt-contrib-sass` you add that like this:
If you're using sass, be sure to add `node_modules/calcite-web/dist/sass/` to your load path. If you're using `grunt-contrib-sass` you add that like this:

```
'sass': {
Expand Down

0 comments on commit d03658c

Please sign in to comment.