Skip to content

Commit

Permalink
Note about task runner explorer option (#5895)
Browse files Browse the repository at this point in the history
* Note about task runner explorer option

The gulp file has to be in the root directory or in the directory with package.json not in any subdirectory.

* verbiage tweaks
  • Loading branch information
user135711 authored and scottaddie committed Apr 6, 2018
1 parent 299054a commit 711c880
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aspnetcore/client-side/using-gulp.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,9 @@ If you haven't already created a new Web app, create a new ASP.NET Web Applicati
**Task Runner Explorer** shows the list of Gulp tasks. (You might have to click the **Refresh** button that appears to the left of the project name.)

![Task Runner Explorer](using-gulp/_static/03-TaskRunnerExplorer.png)

> [!IMPORTANT]
> The **Task Runner Explorer** context menu item appears only if *gulpfile.js* is in the root project directory.

4. Underneath **Tasks** in **Task Runner Explorer**, right-click **clean**, and select **Run** from the pop-up menu.

Expand Down

0 comments on commit 711c880

Please sign in to comment.