Skip to content

Releases: stamat/poops

v1.0.3

Choose a tag to compare

@stamat stamat released this 06 Jul 11:31
  • Soft fails added for all three types of code: markups, styles and scripts

This means that if there is an error with the code being bundled the system will not exit, rather it will display the error and will continue to run. A simple update by catching all the errors during the compile process, saving time to reload the script over and over again. I just figured out this was missing when i started using this on a real project.

v1.0.2

Choose a tag to compare

@stamat stamat released this 05 Jul 13:50
  • Poops is now a simple static site generator. Initial markup templating implementation with Nunjucks. Needs some more work though, still WIP.
  • Code split into CJS modules for easier refactoring and maintainance.

v1.0.1

Choose a tag to compare

@stamat stamat released this 03 Jul 14:11

Minor fixes from poop to poops due the rename...

v1.0.0

Choose a tag to compare

@stamat stamat released this 03 Jul 14:03

Initial script for bundling ES and SASS. Needs more polish and maybe a static site building option.