Esri / application-boilerplate-3x-js

Starter application that simplifies the process of building templates for the ArcGIS.com template gallery.
https://developers.arcgis.com/javascript/
Apache License 2.0
90 stars 68 forks source link

Buildsetup #102

Closed kellyhutchins closed 7 years ago

kellyhutchins commented 7 years ago

Part one of update to migrate app files to a src/dist structure and add a grunt task that will run jshint, uglify on the javascript code, minify on the css and finally copy all the minified files to the dist folder.

kellyhutchins commented 7 years ago

@driskull when you have time can you review this? I'm working on 'Part 2' now which will add TS support.