krakenjs / kraken-js

An express-based Node.js web application bootstrapping module.
Other
4.94k stars 459 forks source link

Generating static files #230

Closed RoCat closed 10 years ago

RoCat commented 10 years ago

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

totherik commented 10 years ago

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.