estatico
estatico copied to clipboard
[DEPRECATED] Estático – Static site generator for frontend unicorns
Proposal to add JS configuration file(s) which are not processed by Webpack. This is useful for backend developers, for instance, to properly point the css file to be loaded by...
https://www.staticgen.com/ provides a list of static site generators and I think estatico should be on that site as well.
Gulp task doesn't create the necessary image versions when the source image file has .png file extension. There is no error or info messages in the terminal while gulp task's...
There are quite some warnings while uglifying `main.js` file - most if not all from 3rd party libs. Maybe it's a good idea to disable them by adding `compress` options:...
The scaffold task `scaffold:delete` leaves an empty folder for pages and modules when removing. This causes an error *"module already exists"* when scaffolding a module with the same name (again)....
Additional to https://github.com/unic/estatico/pull/32 Will move the registration of module classes out of the core EstaticoApp constructor. That core class should handle the app, but shouldn't be responsible for listing all...
**Fixes the initialization of the JS for modules** Refactoring: - the name, events and default options are defined as constants or at least static (again), in the latest version the...
To be properly tested Could potentially replace https://github.com/unic/estatico/pull/61