Hi,
does anyone know the preprocessor directives that are available for use in the script.jst file. I am trying to write the filename of the generated js file to the generated .js file. ie. script.js or script.debug.js
Thanks
Donal
Hi,
does anyone know the preprocessor directives that are available for use in the script.jst file. I am trying to write the filename of the generated js file to the generated .js file. ie. script.js or script.debug.js
Thanks
Donal
The file being generated isn't available as a variable to output, but its a good idea, and fits with the work I am currently doing in the script# compiler/preprocessor.
I'll look into adding that in either the next release or the one after that.
Hi Nikhil,
Cool tool! I'm definitely a fan at this stage.
Is there any way this could be achieved through preprocessor directives in the jst. I'm building the release configuration of the project. so it would be something like
// filename.debug.js
// filename.js
Thanks
Donal