BowlerHatLLC / asconfigc

Command line utility that builds ActionScript projects configured with an asconfig.json file.
https://www.npmjs.com/package/asconfigc
Apache License 2.0
18 stars 5 forks source link

--project or -p option should also accept path to JSON file #14

Closed joshtynjala closed 6 years ago

joshtynjala commented 6 years ago

Currently, it only accepts the path to a directory, but a JSON file should be allowed too, and it shouldn't be required to be named asconfig.json.

The TypeScript compiler has also been updated to support both too.