HTML5 Build CI Pipeline - What files do I copy / use?

paulhale
24 Posts
paulhale posted this 10 May 2016

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. Paul

Last edited 10 May 2016 by paulhale

Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 11 May 2016

Hi,

The second portion of the files are the preview theme used when you launch the editor on your theme. As you need the theme only, edit the files from the themes folder without editor.

Sincerely,
Hella

Hi, The second portion of the files are the preview theme used when you launch the editor on your theme. As you need the theme only, edit the files from the themes folder without editor. Sincerely, Hella
You must log in or register to leave comments