Closed panterz closed 8 years ago
Survey Designer is being built in modular way on ES6. We need to convert the files into es5 and bundle them in one file that could be imported in different applications such as COBWEB, FieldtripGB
the jspm bundle-sfx does the work. The app is released as an executable js file including its dependencies.
https://github.com/edina/survey-designer/blob/master/dist/main.js
Survey Designer is being built in modular way on ES6. We need to convert the files into es5 and bundle them in one file that could be imported in different applications such as COBWEB, FieldtripGB