Skip to content

A maven plugin that mimics grunt-html2js in combining html templates into a single javascript file for use with Angular.js

License

Notifications You must be signed in to change notification settings

keithbranton/angular-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-maven-plugin

A plugin designed to help developers who are deploying angularjs applications, but use maven as a build tool. So far there are two goals:

Mimics grunt-html2js in combining html templates into a single javascript file for use with Angular.js. It does NOT use grunt or node.

a more complex goal designed to simplify assembly of a large modular angularjs application where modules are lazy loaded. The goal only deals with the reorganization of the code, not the lazy loading itself.

Usage

This plugin is hosted in Maven Central...

<plugin>
    <groupId>com.keithbranton.mojo</groupId>
    <artifactId>angular-maven-plugin</artifactId>
    <version>0.3.4</version>
</plugin>

About

A maven plugin that mimics grunt-html2js in combining html templates into a single javascript file for use with Angular.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages