8000 GitHub - ffrr/extjs-maven-plugin: Maven plugin to build an ExtJS 4.x project.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ffrr/extjs-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ExtJS builder plugin for Maven

This plugin (or Mojo, if you like the maven lingo) is a working proof-of-concept used happily in specific production environments. It was created in the pre-senchacmd era, therefore it is basically deprecated in favor of Sencha Cmd.

Although it's way more lightweight, and quite fast, it lacks any functionality except the dependency resolution and file concatenation. (No minifying, you can use other projects for that. This one comes to mind, for example.)

Beware, there's no serious lexing / ast building going on here, the only thing that is parsed (by regex, nonetheless) are the specific dependency directives of ExtJS. Also, the structure of your projects needs to follow the default ExtJS MVC dir struct (models, views, stores, controllers). There was a plan to actually use Rhino as a runtime environment, but it was abandoned.

Usage

TBD. For now, read the docu on the private properties of the mojo descriptor class.

About

Maven plugin to build an ExtJS 4.x project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0