flattr-extension icon indicating copy to clipboard operation
flattr-extension copied to clipboard

Issue #34 - Split off shared code into separate bundle

Open ThomasGreiner opened this issue 6 years ago • 0 comments

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

ThomasGreiner avatar Mar 16 '18 13:03 ThomasGreiner