vscode/extensions/grunt
Robo 9494a89080
chore: add npmrc to extensions folder (#230214)
2024-10-01 12:43:01 +02:00
..
images
src Update to support strictBuiltinIteratorReturn (#222009) 2024-07-22 12:25:52 -07:00
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore chore: rm unreached ignore items when build extensions. (#227906) 2024-09-09 10:32:51 +00:00
README.md
extension.webpack.config.js
package-lock.json feat: switch to npm as default package manager (#226927) 2024-09-06 22:18:02 +09:00
package.json chore: update to electron 29 (#209818) 2024-05-11 01:20:28 +09:00
package.nls.json
tsconfig.json

README.md

Grunt - The JavaScript Task Runner

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

This extension supports running Grunt tasks defined in a gruntfile.js file as VS Code tasks. Grunt tasks with the name 'build', 'compile', or 'watch' are treated as build tasks.

To run Grunt tasks, use the Tasks menu.

Settings

  • grunt.autoDetect - Enable detecting tasks from gruntfile.js files, the default is on.