Download asset manager Free Java Code
Description
. This makes it easy to package up content and reuse it across projects. This library also provides the ability to precompile all of the static assets into their production form (e.g., aggregated, minified content with hashed filenames). Less support is built in so you can have Less files live side by side with css files.
Source Files
The download file asset-manager-master.zip has the following entries.
.gitignore//from w w w . j a v a2s . c o m
.npmignore
.travis.yml
README.mdown
lib/asset-manager.js
lib/assets.js
lib/contentResolver.js
lib/patchedLESS.js
lib/utils.js
package.json
test/app1/css/app1.css
test/app1/css/app2Override.css
test/app1/css/appWithUrl.css
test/app1/css/fullModule.css
test/app1/img/arrow.png
test/app1/js/app1.js
test/app1/js/complexWrapModule/assembly.json
test/app1/js/complexWrapModule/main.js
test/app1/js/fullModule/assembly.json
test/app1/js/fullModule/helpers.js
test/app1/js/fullModule/locales/fullModule_en.json
test/app1/js/fullModule/locales/fullModule_es.json
test/app1/js/fullModule/main.js
test/app1/js/fullModule/template.html
test/app1/js/junk.txt
test/app1/js/wrapModule/assembly.json
test/app1/js/wrapModule/main.js
test/app2/css/app2.css
test/app2/css/app2Override.css
test/app2/img/arrow2.png
test/app2/js/app2.js
test/app2/js/simpleModule/assembly.json
test/app2/js/simpleModule/main.js
test/app3/css/app3.css
test/app3/css/font.css
test/app3/css/lessTest.less
test/app3/css/local.less
test/app3/css/style.styl
test/app3/html/base-template.html
test/app3/img/arrow3.png
test/app3/img/webfonts/League_Gothic-webfont.eot
test/app3/img/webfonts/League_Gothic-webfont.ttf
test/app3/img/webfonts/League_Gothic-webfont.woff
test/app3/js/angular/MyApp/AngularApp.js
test/app3/js/angular/MyApp/AngularService.js
test/app3/js/angular/MyApp/assembly.json
test/app3/js/angular/MyApp/html/template1.html
test/app3/js/angular/MyApp/html/template2.html
test/app3/js/app3.js
test/app3/js/fullModuleWithCSS/assembly.json
test/app3/js/fullModuleWithCSS/css/other.css
test/app3/js/fullModuleWithCSS/fullModuleWithCSS.css
test/app3/js/fullModuleWithCSS/helpers.js
test/app3/js/fullModuleWithCSS/html/static.html
test/app3/js/fullModuleWithCSS/img/arrowInModule.png
test/app3/js/fullModuleWithCSS/main.js
test/app3/js/fullModuleWithCSS/template.html
test/app4/assets/js/testModule/assembly.json
test/app4/assets/js/testModule/main.js
test/app4/dummy_modules/shared-ui-dummy/assets/js/shared-ui-assets.js
test/app4/dummy_modules/shared-ui-dummy/vendors/taco/js/shared-ui-vendors.js
test/app5/css/external.less
test/app5/css/includeme.styl
test/asset-manager-test.js
test/contentResolver-test.js
test/locales/fullModuleWithCSS_en.json
test/locales/fullModuleWithCSS_es.json
test/locales/noMatch_en.json
test/test_modules/moduleNoControls/assets/css/noModule.css
test/test_modules/moduleWithControls/asset-manifest.json
test/test_modules/moduleWithControls/assets/css/module.css
test/util-test.js
Download
Click the following link to download asset-manager-master.zip.
asset-manager-master.zip