Commit Graph

14 Commits

Author SHA1 Message Date
Sean Lilley 075beb60d4 var to let/const 2019-02-05 22:03:42 -05:00
Sean Lilley 0e11909860 Updated to version 1.3.0 2017-08-11 12:23:07 -04:00
Ottavio Hartman c8adca3324 Replace JSHint with ESLint shareable config 2017-06-12 11:42:37 -04:00
Sean Lilley fb28eed9cd Add Webstorm project file 2017-04-13 10:13:03 -04:00
Sean Lilley 56c4fde4f7 Remove typings 2017-03-15 13:19:47 -04:00
Sean Lilley b8b118bca0 Refactor and tests 2017-03-14 10:43:28 -04:00
Sean Lilley 77cccf9f90 Upgrade gltf-pipeline 2016-12-12 10:13:44 -05:00
Sean Lilley 99dc02b742 Removed old line 2016-10-26 23:23:13 -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 3169452ca0 Instead of -e command line flag, use -s or -t 2016-07-20 14:23:58 -04:00
Sean Lilley 29fa71fe2b Webstorm 2016.2 project update 2016-07-11 10:08:35 -04:00
Sean Lilley 63e6fed264 Updated project for publishing 2016-07-08 18:10:18 -04:00
Sean Lilley 10925599e1 Read obj with streams and handle large buffers 2016-06-22 10:10:36 -04:00
Sean Lilley 4052ef1b77 Upgrade for gltf-pipeline 2016-06-10 17:43:30 -04:00