I need a way to generate static files from my kraken website to host them in a very (VERY) light server.
Ideally i'll appreciate to handle only html files with minimified CSS and JS.
I take a look for different solutions and the best way to handle that seems to use grunt.
So my questions are, is there in Kraken a out of the box way to generate static ? And if not, someone have already configured grunt-generator to support kraken projects (with dustJS templates)?
Hey @RoCat, there's nothing available in kraken that does what you're looking for. Potentially, you could have some app logic trigger yeoman generator or something along those lines.
Hi,
I need a way to generate static files from my kraken website to host them in a very (VERY) light server.
Ideally i'll appreciate to handle only html files with minimified CSS and JS.
I take a look for different solutions and the best way to handle that seems to use grunt.
So my questions are, is there in Kraken a out of the box way to generate static ? And if not, someone have already configured grunt-generator to support kraken projects (with dustJS templates)?
If that could help my sources are there: https://github.com/RoCat/resumejs