-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make builder configurable #563
Comments
add inlines, template file, and test hints see Make builder configurable eXist-db#563 supersedes eXist-db#582
add inlines, template file, and test hints see Make builder configurable eXist-db#563 supersedes eXist-db#582
hybrid (for backwards compatibility) gulp (for pure JS builds) ant (supports java) see eXist-db#563
Ok here is the target project layout for pure gulp builds. Next step implementing that layout inside the
basically lots of moving stuff around. Old root contents -> src, except Dockerfile, package.json, .exist… |
treeshaking moar todos see Make builder configurable eXist-db#563
fix logic of builder generation for hybrid files make ant call conditional at end see eXist-db#563
add inlines, template file, and test hints see Make builder configurable eXist-db#563 supersedes eXist-db#582
hybrid (for backwards compatibility) gulp (for pure JS builds) ant (supports java) see eXist-db#563
treeshaking moar todos see Make builder configurable eXist-db#563
fix logic of builder generation for hybrid files make ant call conditional at end see eXist-db#563
Enable node only builds via
gulp
, give users the option to specify gulp or ant as builder.Add another prompt to have the
ant
generate-dev.xar
on demand.see #11 #61 #113
The text was updated successfully, but these errors were encountered: