11 Commits

Author SHA1 Message Date
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
Sean Lilley
d728340ad4 Keep diffuse intact so that shader generation for generateNormals works correctly 2017-06-22 21:18:12 -04:00
Matthew Amato
f141c2d9c9 Update npm dependencies
A few npm dependencies were major versions behind, so this updates `yargs`,
`fs-extra`, and `jasmin-spec-reporter` to their latest versions.

The major change here is `fs-extra`, which now has promise implementations
of all functions by default, this means there's no reason to manually
`Promisify` a function any more, the result is less code overall.

There is one important edge case, `fs-extra` uses built-in native Node
promises, which do not have a `finally` function. If you start a promise
change with an `fs-extra` function, you need to wrap it in `Promise.resolve`
in order to make use of finally at the end (assuming you are using finally
at all, if not you don't need to worry about it. The upside is that your
code will always error if you forget to do this.
2017-05-19 11:37:33 -04:00
Sean Lilley
81201dcd03 Return Promise.reject instead of throwing error 2017-04-27 13:35:47 -04:00
Ed Mackey
f9c0e130aa Merge pull request #62 from AnalyticalGraphicsInc/single-bin
Don't save out two bins
2017-04-25 16:27:31 -04:00
Sean Lilley
403e4cf68e Spec improvements 2017-04-25 13:02:14 -04:00
Sean Lilley
ec7acba6a9 Fix doc 2017-04-20 15:09:03 -04:00
Sean Lilley
93dac5ebdc Convert up axis 2017-04-20 14:43:59 -04:00
Sean Lilley
d7a354b313 Use temp directory 2017-04-20 10:07:01 -04:00
Sean Lilley
a6ff230fc3 Don't save out two bins 2017-04-14 12:00:43 -04:00
Sean Lilley
37febbcd93 Renaming files 2017-04-12 16:55:03 -04:00