OpenGeoscience / geoweb

Open source geoscience tools and applications
8 stars 3 forks source link

Setup dev build so only one list of source files is need #88

Closed benbu closed 11 years ago

benbu commented 11 years ago

Also make JS_LINT_FILES just use JS_UGLIFY_FILES

benbu commented 11 years ago

Added in branch 88-enhance-run-from-source-config

This makes it so you only need to add new files to a single list
in the CMakeLists.txt file. The source based geoweb.min.js is now
autogenerated using the JS_UGLIFY_FILES list. Additionally,
JS_LINT_FILES originates from JS_UGLIFY_FILES now, leaving a single
list of source files in CMakeLists.txt

@cjh1 can you review this and get it into master?