flattr-extension
flattr-extension copied to clipboard
Issue #34 - Split off shared code into separate bundle
This PR contains the following changes:
- Introduced lib/common.js bundle
- Use "factor-vinylify" package to create the bundles including the necessary directories
- Extended
bundle()
function so that it bundles all files at once instead of each file individually - Added references to lib/common.js to each page that references a bundle
- Renamed variable names in
bundle()
function to differentiate input/output file names - Updated tests