Skip to content

Commit

Permalink
Note on shrinkwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmichot committed Feb 9, 2016
1 parent 87af741 commit 55d3fab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions elixir.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ Next, you'll want to pull in [Gulp](http://gulpjs.com) as a global NPM package:

npm install --global gulp

### Dependencies management

If you use a version control system, make sure to lock your NPM requirements:

npm shrinkwrap

Once this command executed, feel free to commit [npm-shrinkwrap.json]`https://docs.npmjs.com/cli/shrinkwrap`.

### Laravel Elixir

The only remaining step is to install Elixir! Within a fresh installation of Laravel, you'll find a `package.json` file in the root. Think of this like your `composer.json` file, except it defines Node dependencies instead of PHP. You may install the dependencies it references by running:
Expand Down
Empty file modified facades.md
100755 → 100644
Empty file.

0 comments on commit 55d3fab

Please sign in to comment.