Skip to content
This repository was archived by the owner on Feb 13, 2019. It is now read-only.

Commit bc70a72

Browse files
📝 Update documentation removing Grunt/Gulp options description (#736)
Afte adding Bundler support from aspnet/Templates#592 the --grunt option has no purpose
1 parent 93e9731 commit bc70a72

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ See also: [Building Projects with Yeoman on docs.asp.net](https://docs.asp.net/e
2323

2424
* `yo aspnet` shows a wizard for generating a new ASP.NET Core 1.0 app
2525

26-
* `yo aspnet --grunt` generates `Gruntfile.js` files for **web** templates instead of `gulpfile.js`
27-
2826
* `yo aspnet --help` shows flags and other configurable options
2927

3028
## Template projects
@@ -53,8 +51,7 @@ The [Docker](https://www.docker.com/) support with `Dockerfile` configuration fi
5351

5452
The Unit test project uses [xUnit: a free, open source, community-focused unit testing tool for the .NET Framework](https://xunit.github.io/)
5553

56-
The templates that use client side libraries and `Gulp` or `Grunt` tasks are now calling `npm install` and `bower install` script to install NPM and Bower managed dependencies. You can skip installation process by passign `--skip-install` option to generator, e.g. `yo aspnet --skip-install`. This should allow better experience when `Development` has been enabled.
57-
54+
The templates that use client side libraries are calling `bower install` script to install Bower managed dependencies. You can skip installation process by passign `--skip-install` option to generator, e.g. `yo aspnet --skip-install`. This should allow better experience when `Development` has been enabled.
5855

5956
## Command line automation
6057

0 commit comments

Comments
 (0)