tmplat-extension / tmplat

Browser extension that quickly and easily copies info on the current page using a simple and unique template system
https://tmplat.com
MIT License
53 stars 11 forks source link

Update build system #229

Open neocotic opened 7 years ago

neocotic commented 7 years ago

As part of the migration to JavaScript from CoffeeScript, (see #228) I would like to rewrite our Grunt-based build system using pure ECMAScript. I will also be removing the annotated source code (i.e. code documentation using generated by Docco).

The code will be bundled using something like rollup, webpack, or browserify so that dependencies can be require'd in the source files. The CSS will be bundled using LESS for #140.