NextCenturyCorporation / neon

http://neonframework.org
Apache License 2.0
55 stars 15 forks source link

Make neon npm-installable #12

Closed chrislong closed 7 years ago

chrislong commented 8 years ago

For building apps based on Neon, it would be nice if it could be installed with npm.

ghost commented 8 years ago

How much are you looking to be installed with npm? It should be simple enough to bundle the build artifacts (neon.war, neon.js, neon-nodeps.js) together in an npm module. However, the Neon WAR file is typically installed under a Tomcat instance or equivalent web container. Once the artifacts are pulled via NPM, it may be preferable to deploy the installed war file via another npm package like grunt-tomcat-deploy or node-tomcat-deploy.

ghost commented 8 years ago

I'm adding this as part of a general clean up of the neon.js dependencies. So when it goes to npm, it won't require jquery 1 or some ancient version of lodash.

ghost commented 7 years ago

Recent stable builds have been pushed to Neon Framework.