You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
The ReadMe provides all the dependencies that one would need to install before running the tool. However, in cases where the dependencies fail to install properly, it would be useful for the script to detect out-of-date modules and notify the users of it.
The text was updated successfully, but these errors were encountered:
* Renamed directories, introduced gulp
Big changes! No promises!
* Fix for no-implicit-any with Command::addLineEnder
* Standardized TS compilation to just be in /src
* Added dist/... outputs for TS's supported modules
* Changed .travis.yml to use gulp, not grunt
* Added dist to the default gulp tasks
* Added webpack-unified files
* Added browser version with tests
So far just exposes the driving Gls class.
* Moved webpack config to webpack.config.js
Also changed browser behavior to a global `Gls` as `dist/global/gls.js`.
* Added unit tests back in
* Switched testRequire to new `/src/` path
* Properly cased tests requires
* Converted a few more tests for case
* Removed trailing comma in webpack.config.js
* Travis webpack fixes (google#98)
* Added stats to webpack config
* Corrected webpack file casing
* Further corrected webpack file casing
* Lowercased output packed file name
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The ReadMe provides all the dependencies that one would need to install before running the tool. However, in cases where the dependencies fail to install properly, it would be useful for the script to detect out-of-date modules and notify the users of it.
The text was updated successfully, but these errors were encountered: