
This is a question for your Dev's please...
I am building a continuous build pipeline but am not sure what files to use.
I am using Themler to design an HTML5 theme and Gulp as an automation tool to minimise HTML, Javascript, css, remove whitespace, rename some images, inject CDN and various other bits and bobs. It's working fine but I am not sure if I am working with the correct files.
I currently manipulate...
/themes/myThemeName/.html
/ themes/myThemeName/assets/.*
but identical files seem to be located at...
/themes/myThemeName/editor/data/preview/.html
and
/themes/myThemeName/editor/runtime/.html
I basically tighten up the files ready for production and want to make sure I am working with the correct folders / files. I guess these should be the same files as Themler uses when you export an HTML5 theme.
Paul
This is a question for your Dev's please... I am building a continuous build pipeline but am not sure what files to use. I am using Themler to design an HTML5 theme and Gulp as an automation tool to minimise HTML, Javascript, css, remove whitespace, rename some images, inject CDN and various other bits and bobs. It's working fine but I am not sure if I am working with the correct files. I currently manipulate... /themes/myThemeName/*.html / themes/myThemeName/assets/*.* but identical files seem to be located at... /themes/myThemeName/__editor__/data/preview/*.html and /themes/myThemeName/__editor__/runtime/*.html I basically tighten up the files ready for production and want to make sure I am working with the correct folders / files. I guess these should be the same files as Themler uses when you export an HTML5 theme. PaulLast edited 10 May 2016 by paulhale