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

Commit

Permalink
deprecate(grunt): Remove Grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
codydaig committed Oct 4, 2016
1 parent 287f81c commit 7412100
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 364 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -83,7 +83,7 @@ If you encounter any problems, try the Troubleshooting section.
Explore `config/env/development.js` for development environment configuration options.

### Running in Production mode
To run your application with *production* environment configuration, execute grunt as follows:
To run your application with *production* environment configuration:

```bash
$ npm run start:prod
Expand Down
345 changes: 0 additions & 345 deletions gruntfile.js

This file was deleted.

18 changes: 0 additions & 18 deletions package.json
Expand Up @@ -80,24 +80,6 @@
"coveralls": "~2.11.6",
"eslint": "~2.2.0",
"eslint-config-airbnb": "~6.0.2",
"grunt-concurrent": "~2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-less": "~1.3.0",
"grunt-contrib-uglify": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-env": "~0.4.4",
"grunt-eslint": "~18.0.0",
"grunt-karma": "~0.12.1",
"grunt-mocha-istanbul": "~5.0.1",
"grunt-mocha-test": "~0.12.7",
"grunt-ng-annotate": "~2.0.2",
"grunt-node-inspector": "~0.4.1",
"grunt-nodemon": "~0.4.0",
"grunt-protractor-coverage": "~0.2.15",
"grunt-protractor-runner": "~3.2.0",
"grunt-sass": "^1.2.0",
"gulp": "~3.9.1",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.1.0",
Expand Down

0 comments on commit 7412100

Please sign in to comment.