Commit Graph

12 Commits

Author SHA1 Message Date
Matthew Amato
62954bffb9 Proper gulp4 usage 2018-11-06 12:38:49 -05:00
Matthew Amato
94987d7343 Upgrade to gulp4
`gulp.task` was replaced with `module.exports` but no other changes were
required.
2018-11-06 12:15:18 -05:00
Sean Lilley
1426d0e43d Update triangulation algorithm 2018-10-11 16:58:54 -04:00
Sean Lilley
3dbfed85e2
Update gulpfile.js 2018-01-30 11:27:03 -05:00
hpinkos
739602b2fa add cloc 2018-01-29 16:50:56 -05:00
Ottavio Hartman
644c281e9c Switch from gulp-eslint to the ESLint CLI. Switch to eslint-config-cesium 2.0. 2017-06-27 13:20:48 -04:00
Ottavio Hartman
7946fecbeb Replace Istanbul with NYC 2017-06-20 13:24:03 -04:00
Ottavio Hartman
c8adca3324 Replace JSHint with ESLint shareable config 2017-06-12 11:42:37 -04:00
Sean Lilley
b8b118bca0 Refactor and tests 2017-03-14 10:43:28 -04:00
Matthew Amato
c09c392423 Use typings instead of rolling our own TypeScript definition solution
This gets rid of the TypeScriptDefinitions directory and associated gulp
task. Instead it uses the typings module which is a more standard way to
manage TS definitions. This now creates a typings folder at npm install
type and WebStorm has been configured to simply point to that.

Not only is this cleaner, but the actual intellisense is much better at
WebStorm should provide even more help now.

Also removed the request dependency because it's no loner used.

Also added missing entries to npmignore and gitignore.

As part of this change, I also updated all npm modules to there latest
version, this is in preparation for turning on greenkeeper.
2016-10-25 20:23:27 -04:00
Sean Lilley
63e6fed264 Updated project for publishing 2016-07-08 18:10:18 -04:00
Sean Lilley
4052ef1b77 Upgrade for gltf-pipeline 2016-06-10 17:43:30 -04:00