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
the assumption is that one has to manually add script tags around your code in the GUI like this:
<script runat="server> //my code </script>
mcdev should remove these script tags before saving files with .ssjs ending to enable ESLint to work properly
4.1.10
No response
The text was updated successfully, but these errors were encountered:
buildTemplate seems to always create SSJS files and not HTML files when there was no <script.../script> found
buildTemplate
buildTemplate does not seem to remove the surrounding script tags
Sorry, something went wrong.
same problems as for buildTemplate also apply for buildDefinition --> we see the same issues in template/ and in deploy/
buildDefinition
#535 still untested code
e41c031
#535 updated _buildForNested method
24e3b8a
#535 fixing first line break bug
0e176df
#535: refactoring
d502510
aee0d53
JoernBerkefeld
DannyCastroVentura
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
Expected Behavior
the assumption is that one has to manually add script tags around your code in the GUI like this:
mcdev should remove these script tags before saving files with .ssjs ending to enable ESLint to work properly
Steps To Reproduce
Version
4.1.10
Environment
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: