We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example the setting that is supposed to generate (note the nested elements in tasks node):
tasks
<configuration default="false" name="watch"> <node-options /> <gulpfile>$PROJECT_DIR$/cell/www/gulpfile.js</gulpfile> <tasks> <task>css</task> <task>js</task> <task>watch</task> </tasks> <arguments /> <pass-parent-envs>true</pass-parent-envs> <envs /> <method /> </configuration>
actually generates:
<configuration default="false" name="Watch" > <log_file path="$PROJECT_DIR$/services/cell/log/cell.log" /> <node-options /> <gulpfile>$PROJECT_DIR$/cell/www/gulpfile.js</gulpfile> <tasks /> <arguments /> <envs /> <method /> </configuration>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example the setting that is supposed to generate (note the nested elements in
tasks
node):actually generates:
The text was updated successfully, but these errors were encountered: