Learning Grunt by Douglas Reynolds

Learning Grunt by Douglas Reynolds

Author:Douglas Reynolds [Reynolds, Douglas]
Language: eng
Format: azw3
Publisher: Packt Publishing
Published: 2016-03-28T04:00:00+00:00


In sample_project, there are some additional fields added during our Angular Seed project creation, which include private, description, repository, and licence:

Private: This instructs npm to never publish your project and prevents the possibility of accidentally publishing a private repository

Description: This is a brief excerpt that describes the project

Repository: This is the location of the project code

Licence: This defines how the application can be used by others

We have been watching the devDependencies section of the package.json develop as we have worked through the package installation process. The devDependencies is really just a simple JSON object whose properties define the package dependencies of our project. Notice each entry in devDependencies as it exists at this time:

"devDependencies": { "bower": "^1.3.1", "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-less": "^1.0.1", "grunt-contrib-uglify": "^0.9.2", "grunt-contrib-watch": "^0.6.1", "http-server": "^0.6.1", "jasmine-core": "^2.3.4", "karma": "~0.12", "karma-chrome-launcher": "^0.1.12", "karma-firefox-launcher": "^0.1.6", "karma-jasmine": "^0.3.5", "karma-junit-reporter": "^0.2.2", "protractor": "^2.1.0", "shelljs": "^0.2.6" }



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.