jamesallardice/Placeholders.js

Improve the build system

Closed this issue · 1 comments

Currently the built script consists of 2 concatenated files, main.js and utils.js. The contents of each file is wrapped in an IIFE, which is stupid. The entire script should be wrapped in one, rather than split into 2.

The Grunt script could be updated to add this wrapper.

A dist folder with single files in them would be nice. Thanks for the work!