eurekaclinical / eureka

RETIRED - Clinical phenotyping and ETL system
http://www.eurekaclinical.org/docs/analytics/
Apache License 2.0
2 stars 11 forks source link

Changes to fix slow build and prototype for table directive #160

Closed jsons closed 7 years ago

jsons commented 7 years ago

Andrew,

I apologize for creating one big pull request. I forgot I had to do a PR every time I did a commit. I thought I was ok as long as I did separate commits. I tried reverting my changes and rebasing but had no luck. If you would like to walk me through correcting that is fine. It will not happen again.

Changes include : pom.xml - removed bower and changed gulp task to use only less. added eureka folder structure gulp is not minifying gulpfile.js - removed all the tasks to start from scratch. only the less file compilation is there index.html - wired up all js files since gulp file is not minifying package.json - removed unnecessary gulp file plugins and bower eureka_main.jsp - removed references to bower_components web.xml - changed index.html location

The rest are changes for prototyping the table directives.

jsons commented 7 years ago

@arpost please review latest changes. Let me know after doing a mvn clean install twice if the build times are faster. Thanks