Commit Graph

21 Commits

Author SHA1 Message Date
ficristo
6900b4dadf Do not browserify xterm again inside search addon. 2017-08-26 14:26:51 +02:00
Daniel Imms
f8e3fa5a99 Fix browserify build and search addon (#804)
Fixes #803
2017-07-18 19:58:35 -07:00
Paris Kasidiaris
48dab494db Install npm 5.1.0 2017-07-16 03:47:15 +03:00
Paris Kasidiaris
42eacba09a Update build dir 2017-07-16 03:47:15 +03:00
Oleksandr Andriienko
de82bd00ae Fix some tests and docs, little code fix up.
Fix some tests and docs. Add ability to run one test file with help gulp task.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2017-07-16 03:47:15 +03:00
Daniel Imms
73970ec5a2 Fix casing of search.js 2017-07-09 01:49:17 -07:00
Daniel Imms
c62923fb1d Change case of browserify-addons files 2017-07-09 01:09:44 -07:00
Daniel Imms
3c0e142f73 Fix sourcemaps 2017-07-08 23:53:16 -07:00
Daniel Imms
80f7a37118 Point to search addon properly 2017-07-08 23:13:41 -07:00
Daniel Imms
11de0d0ca0 Merge remote-tracking branch 'ups/master' into 553_find_api 2017-07-08 23:07:57 -07:00
Paris Kasidiaris
0c2f079670 Update gulpfile.js
The `outDir` compiler option of TypeScript seems to be an absolute URL now.
2017-07-08 16:35:53 +03:00
Daniel Imms
19381454ad Get find working as an addon 2017-06-22 19:36:53 -07:00
Daniel Imms
03d26e39c7 Force failing mocha tests to return a exit code of 1
Fixes #651
2017-05-03 10:06:53 -07:00
Aleksandr Andrienko
dc3a136704 Use tsconfig.json data in gulpfile.js instead of hardcoded values.
Use tsconfig.json data in gulpfile.js instead of hardcoded values. Little code clean up

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2017-03-06 12:25:22 +02:00
Daniel Imms
4c34351383 Remove PhantomJS completely 2017-02-27 11:22:50 -08:00
Paris Kasidiaris
695a9523fe Fix #531: Submit code coverage to coveralls.io 2017-02-22 16:17:22 +02:00
Daniel Imms
ade3389cea Merge pull request #535 from Tyriar/534_phantomjs
Add PhantomJS test support and CharMeasure tests
2017-02-15 13:29:50 -08:00
Daniel Imms
e8adf8ad2b Use gulp-mocha and attach run both test type in npm test 2017-02-08 20:06:14 -08:00
Daniel Imms
1306431e7c Add PhantomJS test support and CharMeasure tests
Fixes #534
2017-02-08 19:53:32 -08:00
Aleksandr Andrienko
c48388af14 Remove excess library.
Tsify lib used for browserify typescript sources. But folder /lib consist of js files has already compiled from TypeScript sources (by gulp task tsc). So Tsify library does nothing in this case.

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2017-02-08 23:15:54 +02:00
Paris Kasidiaris
081fe3f301 Fix #359 - Introduce build system based on Gulp
- Add Gulp and new dependencies to `package.json`
- Add `gulpfile.js` with four tasks:
    - `tsc`: For building TypeScript sources
    - `bundle`: For bundling JavaScript modules in a monolith
    - `sorcery`: For resolving the source map chains back to the original TypeScript files
    - `build` (`default`): Runs the whole `tsc` → `bundle` → `sorcery` chain
- Clean up `Dockerfile`, since `cpio` is not needed any more
- Clean up not needed dependencies from `package.json`
- Remove `bin/build`
- Update `bin/release` to use `npm run build` instead of `./bin/build`
2017-01-11 08:11:45 +00:00