Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Commit

Permalink
Merge pull request #71 from jjinux/jjinux/npm-bin
Browse files Browse the repository at this point in the history
Use `npm bin` when calling gulp
  • Loading branch information
jeffposnick committed Jan 7, 2016
2 parents 4449eca + 3fe5648 commit d852038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The project's [sample `gulpfile.js`](/demo/gulpfile.js) illustrates the full use
in context. (Note that the sample gulpfile.js is the one in the `demo` folder,
not the one in the root of the project.) You can run the sample by cloning this
repo, using [`npm install`](https://docs.npmjs.com/) to pull in the
dependencies, changing to the `demo/` directory, running `gulp serve-dist`, and
dependencies, changing to the `demo/` directory, running `` `npm bin`/gulp serve-dist ``, and
then visiting http://localhost:3000.

There's also a [sample `Gruntfile.js`](/demo/Gruntfile.js) that shows service worker generation in
Expand Down

0 comments on commit d852038

Please sign in to comment.