53 Commits

Author SHA1 Message Date
Oscar Lorentzon
bf4274c93f Remove all references to TSD.
Run Typings instead of TSD in Circle CI.
2016-02-29 17:47:56 +01:00
Oscar Lorentzon
8066b9c52a Use Typings instead of TSD.
Remove deprecated TSD dependency.
Use Typings to install type definitions.
Install rx typings from npm package.
2016-02-29 16:58:56 +01:00
Kamil Nikel
7087259d99 1.0.1 2016-02-10 08:41:51 +01:00
Kamil Nikel
d50fffe3b3 1.0.0 2016-02-10 08:22:53 +01:00
Kamil Nikel
d14c575fb8 0.0.5 2016-02-05 08:55:33 +01:00
Kamil Nikel
3ceba47f9f 0.0.4 2016-02-03 16:19:46 +01:00
Kamil Nikel
b01e511a0b Use gulp-uglify and gulp-sourcemaps instead of uglifyify and exorcist 2016-02-03 15:35:12 +01:00
Kamil Nikel
ce9c5eee88 Skip watchify plugin in TEST environment 2016-01-25 16:11:53 +01:00
Kamil Nikel
8beba842d0 Add browserSync, change debug location to localhost:3000 2016-01-22 14:24:23 +01:00
Johan Gyllenspetz
20e4af35aa Make use of a virtual dom
* Add empty GlRenderer
* Add working DOMRenderer
* Update SimpleUI, SimpleNavUI and CoverUI to use virtual dom
2016-01-18 22:27:29 -08:00
Kamil Nikel
2564fb3492 Move stylesheets to /styles directory
This commit moves all the CSS styles to `/styles` directory and adds a
couple of gulp tasks to generate these styles on prepublish. This
results in having a `/dist` directory being used just for distributing
the package and development. Currently the task has to be run manually
when developing.

Fixes mapillary/mapillary-js#2
2016-01-18 11:39:09 +01:00
Oscar Lorentzon
a98661dc7b Unit bezier alpha transitions.
Use unit bezier curve to get smoother start and stop of alpha transitons.
2016-01-15 09:58:35 +01:00
Kamil Nikel
469d718163 0.0.3 2016-01-14 17:03:05 +01:00
Kamil Nikel
574d7e2345 0.0.2 2016-01-14 09:02:11 +01:00
Kamil Nikel
25d0d71f3d Update package details 2016-01-13 17:39:18 +01:00
Kamil Nikel
48695a9dc0 Add initial prepublish gulp task 2016-01-13 17:38:11 +01:00
Kamil Nikel
6fb85386fb Add typedoc as a dev dependency 2016-01-13 13:15:24 +01:00
Kamil Nikel
9486b778b2 MIT License 2016-01-13 11:29:53 +01:00
Kamil Nikel
25a451c06f Add typedoc, update gulp documentation task 2016-01-11 11:25:09 +01:00
Oscar Lorentzon
5078601b97 Update gulp tslint to latest version. 2016-01-07 20:37:25 +01:00
Oscar Lorentzon
2c2f9eb9d6 Update karma to resolve socket exception.
Socket for each exception resolved here: https://github.com/karma-runner/karma/releases/tag/v0.13.19
2016-01-07 16:38:36 +01:00
Kamil Nikel
f6fbae26da Add uglifyify browserify transform 2016-01-05 15:31:05 +01:00
Oscar Lorentzon
06649a5e8b Remove rx-dom dependency. 2016-01-05 15:19:16 +01:00
Oscar Lorentzon
5d8f91e588 Add rx-dom node package and custom typings file. 2016-01-05 10:28:06 +01:00
Johan Gyllenspetz
61927f835a Add experimental Observable GraphService 2015-12-18 12:32:55 -08:00
Johan Gyllenspetz
53bc0d9912 Add missing envify dependency 2015-12-01 22:36:31 -08:00
Kamil Nikel
e73e3c3bfd Add karma-browserify for bundling tests, remove karma-typescript-preprocessor 2015-12-01 17:28:08 +01:00
Kamil Nikel
27cff840b0 Simplify build with tsify, add karma-typescript-preprocessor 2015-12-01 15:25:28 +01:00
Kamil Nikel
4f9b6b7f2b Add tsify, exorcist for source map support 2015-12-01 14:46:45 +01:00
Kamil Nikel
214aa58354 Bring back git-hooks 2015-12-01 11:00:15 +01:00
Kamil Nikel
617e476b9d Switch to Firefox as a default browser 2015-12-01 10:18:40 +01:00
Kamil Nikel
d4376c7b7e Try plain tsd for installing typings 2015-11-25 15:34:28 +01:00
Oscar Lorentzon
d5cdec7104 Move brfs to dev dependencies since it is used compile time. 2015-11-16 08:54:37 +01:00
Oscar Lorentzon
c381b44f4e Parse shaders with brfs.
Read shaders from file and parse them with transform in browserify using brfs.
Add typings for node. Add dependency to brfs.
2015-11-15 20:31:25 +01:00
Kamil Nikel
a674134187 Add option to test single test files through grep 2015-11-13 10:56:49 +01:00
Oscar Lorentzon
85c664cdd7 Order node dev dependencies alphabetically. 2015-11-12 11:50:01 +01:00
Oscar Lorentzon
680bb11e41 Order node dependencies alphabetically. 2015-11-12 11:48:41 +01:00
Johan Gyllenspetz
730fcbd989 Refactoring experiment with having all expoerts from package files 2015-11-11 17:54:35 -08:00
Johan Gyllenspetz
1656d29146 Experiment with promise chain for prefetcher 2015-11-09 18:04:44 -08:00
Johan Gyllenspetz
9dcaaa89a4 Added interfaces and initial Graph 2015-11-05 17:55:20 -08:00
Johan Gyllenspetz
605769dff2 Import faulty rest lib, can not figure out how to handle typescript and browserify 2015-11-04 18:14:56 -08:00
Kamil Nikel
16c3d12d05 Add gulp test task 2015-11-04 21:07:32 +01:00
Johan Gyllenspetz
35681f76db Gulp clean function 2015-11-04 11:54:37 -08:00
Oscar Lorentzon
a7e53c16a0 Rename browserified output file to bundle.js correctly. 2015-11-04 17:57:56 +01:00
Kamil Nikel
c19a760691 Add documentation task 2015-11-04 17:32:31 +01:00
Kamil Nikel
a21de2a744 Update tsd task to use gulp-tsd 2015-11-04 16:33:54 +01:00
Kamil Nikel
dd1fcfc01a Add tsd task 2015-11-04 16:24:31 +01:00
Kamil Nikel
e201c52c0a Check in Three.js and Jasmine type definitions 2015-11-04 15:31:40 +01:00
Kamil Nikel
aa1448c12c Add Karma runner and pre-commit git hook 2015-11-04 15:01:33 +01:00
Kamil Nikel
7bbf3835d5 Add Jasmine testing framework 2015-11-04 14:15:08 +01:00