1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-14 01:44:06 +02:00

Breaking changes.

This commit is contained in:
Lars Jung
2015-10-24 19:20:31 +02:00
parent 2b2656b7e1
commit 1ae45f6cbb
56 changed files with 457 additions and 379 deletions

View File

@@ -23,25 +23,16 @@ In short you have to take the following two steps:
There are installation ready packages for the latest [releases][release] and
[dev builds][develop]. But to clone and build **h5ai** yourself run the
following commands to find a fresh zipball in folder `build` (tested on linux
only, requires [`git`][git] and [`node 0.12+`][node] to be installed).
only, requires [`git`][git] and [`node 4.x`][node] to be installed).
First install the global command line trigger for the [`mkr`][mkr] build tool:
~~~
> npm install -g mkr-global
~~~
Then run:
~~~
~~~sh
> git clone git://github.com/lrsjng/h5ai.git
> cd h5ai
> npm install
> mkr release
> npm run build
~~~
To build the frontend test suite run `mkr build-test`. This will output a
To build the frontend test suite run `npm run build-test`. This will output a
`file://`-URL you can look up in your browser to run the tests.