Cake.Ember addin
This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Ember.
Contains functionality related to the Ember CLI.
In order to use the commands for this addin, the Ember CLI utility will need to be installed and available, or you will need to provide a ToolPath to where it can be located, and also you will need to include the following in your build.cake file to download and reference the addin from NuGet.org:
#addin Cake.Ember
General
EmberBuild Alias from Cake.Ember addin |
Runs the Ember Build command with the specified settings. |
EmberBuild Alias from Cake.Ember addin |
Runs the Ember Build command. |
EmberServe Alias from Cake.Ember addin |
Runs the Ember Serve command with the specified settings. |
EmberServe Alias from Cake.Ember addin |
Runs the Ember Serve command. |