-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
112 additions
and
11 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 |
---|---|---|
|
@@ -89,7 +89,7 @@ Software development life-cycle | |
------------------------------- | ||
There are a some Grunt tasks defined to ease the development cycle. Let's see how to use them: | ||
|
||
First, make sure you have npm and grunt-cli installed globally. Let's install the dependencies. | ||
First, make sure you have npm, bower and grunt-cli installed globally. Let's install the dependencies. | ||
|
||
``` | ||
# Inside the project dir, install the dependencies | ||
|
@@ -110,6 +110,17 @@ npm http GET https://registry.npmjs.org/grunt-ngmin | |
├── [email protected] ([email protected]) | ||
├── [email protected] ([email protected], [email protected], [email protected], [email protected], ..., [email protected]) | ||
└── [email protected] ([email protected], [email protected], [email protected], [email protected]) | ||
... | ||
$ bower install | ||
... | ||
bower jquery#* install jquery#3.2.1 | ||
bower angular#1.4.9 install angular#1.4.9 | ||
bower angular-sanitize#1.4.9 install angular-sanitize#1.4.9 | ||
bower js-polyfills#^0.1.20 install js-polyfills#0.1.34 | ||
bower angular-mocks#1.4.9 install angular-mocks#1.4.9 | ||
bower angular-route#1.4.9 install angular-route#1.4.9 | ||
bower openlayers#* install openlayers#e-tag:a8ff409d6 | ||
... | ||
$ | ||
``` | ||
|
||
|
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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