Adds support for the Brunch build tool in Visual Studio 2015's Task Runner Explorer. Install BrunchIn order to use this extension, you must have Brunch installed globally or locally in your project. Use npm to install it globally by typing the following in a command line:
Config filesThe Brunch Task Runner automatically triggers when it finds Brunch configuration files. These file names are supported:
Any config file will have a WebPack logo watermark at the bottom right corner of the editor window. You can toggle the visibility of the watermark by clicking on it. Task Runner ExplorerOpen Task Runner Explorer by right-clicking the Brunch configuration file and select Task Runner Explorer from the context menu: Task Runner Explorer will show both build and watch tasks as well as any override files present in the working directory. In this case, there are two override files:
Each task can be executed by double-clicking the task. DebuggingBy clicking the Debug icon on the left menu bar, the --debug switch is being enabled for all Brunch tasks. The Debug menu icon is a toggle button that can be left on or off for as long as needed. BindingsTask bindings make it possible to associate individual tasks with Visual Studio events such as Project Open etc. Item TemplateYou can easily add a new brunch-config.coffee file to your project from the Add New Item dialog. Just search for "brunch". ContributeCheck out the contribution guidelines if you want to contribute to this project. For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project. License |