Skip to content

Latest commit

 

History

History
 
 

olca-app-html

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

olca-app-html

This repository contains the HTML and JavaScript resources of the openLCA application.

Libraries

Most of the libraries are managed via Bower except of the following:

Build

The build of the HTML package is managed by gulp.js via the following tasks (see gulpfile.js):

  • gulp: the default tasks creates the HTML pages and copies these pages together with the required libraries to the 'build' folder
  • gulp clean: clears the 'build' folder
  • gulp zip: creates an archive under .dist/base_html.zip wich contains all HTML pages and libraries that is used in the openLCA application.

After the build you have to copy the .dist/base_html.zip package manually to the openLCA application directory olca-app/html/.