UNPKG

pinto

Version:

A dead simple single page build tool

47 lines (27 loc) 2.58 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [1.4.1](https://github.com/skiano/pinto/compare/v1.4.0...v1.4.1) (2022-02-06) ## [1.4.0](https://github.com/skiano/pinto/compare/v1.3.0...v1.4.0) (2022-02-06) ### Features * adding livereload ([0a26303](https://github.com/skiano/pinto/commit/0a2630307aa9a816caa9485f6bb0a78f217503c7)) * adding livereload ([31fda7f](https://github.com/skiano/pinto/commit/31fda7f1433fe3d0098a74335ab3635881f743bc)) * new and simpler build fn ([ad6ceba](https://github.com/skiano/pinto/commit/ad6ceba7e0374a2f7de4bdc72606ae88942e0acd)) * new and simpler build fn ([3a9b42e](https://github.com/skiano/pinto/commit/3a9b42ef33afb7f385c2e1dd06e66c38cdd34f9a)) * new and simplified dev ([8bb2504](https://github.com/skiano/pinto/commit/8bb2504129aee83b3274455c6cab154f8760307a)) * new and simplified dev ([de38b2f](https://github.com/skiano/pinto/commit/de38b2f12cb1aed9b38d870862efc521913f75ec)) * new init script ([e2dcbce](https://github.com/skiano/pinto/commit/e2dcbcef3d14ce1cf59ac9ae45c0cd78291610c5)) * new init script ([e5372f1](https://github.com/skiano/pinto/commit/e5372f128d10d2356f663f3a2ac604be026de229)) * preview command ([8786d41](https://github.com/skiano/pinto/commit/8786d41f7b779155632e36e3229140fa7033658c)) * removed minimist and made it less configurable ([bab0352](https://github.com/skiano/pinto/commit/bab0352c4a9a0d87553e53ca42ccaed855e027e8)) * removed minimist and made it less configurable ([c6370b7](https://github.com/skiano/pinto/commit/c6370b79e23d9af993e170b0c97db9e8bc996f1b)) <a name="1.3.0"></a> # [1.3.0](https://github.com/skiano/pinto/compare/v1.2.0...v1.3.0) (2018-02-25) ### Features * support static files ([#13](https://github.com/skiano/pinto/issues/13)) resolves [#2](https://github.com/skiano/pinto/issues/2) ([97d3ad2](https://github.com/skiano/pinto/commit/97d3ad2)) <a name="1.2.0"></a> # [1.2.0](https://github.com/skiano/pinto/compare/v1.1.2...v1.2.0) (2018-02-14) ### Bug Fixes * preserve all files on init except config - resolves [#3](https://github.com/skiano/pinto/issues/3) ([01a7342](https://github.com/skiano/pinto/commit/01a7342)) * stub html to include data - resolves [#5](https://github.com/skiano/pinto/issues/5) ([00dc5ae](https://github.com/skiano/pinto/commit/00dc5ae)) ### Features * flattening template data - resolves [#1](https://github.com/skiano/pinto/issues/1) ([ca2e8e4](https://github.com/skiano/pinto/commit/ca2e8e4))