sirko-io / engine

Benefit from new browsers' technologies to speed up your site
GNU General Public License v3.0
43 stars 3 forks source link

The engine gets released with the sirko js library #20

Closed dnesteryuk closed 7 years ago

dnesteryuk commented 7 years ago

The mix supports a feature for archiving projects. It might be useful for releasing the engine and shipping it to the community. Besides the engine, releases should include the sirko js library.

For example, an instance of the app is hosted on http://sirko.example.org. To require the sirko js library, the client references it like http://sirko.example.org/sirko.js.

It will simplify the installation for clients who don't use Npm or don't want to add a new dependency to their package.json.

Also, there is a distillery library which looks promising to manage releases. We need to evaluate both options and choose the best one.

dnesteryuk commented 7 years ago

The distillery is a very good tool. It got integrated to package the engine and its dependencies.