codeforamerica / honeycrisp-gem

A Rails gem with base styles and Javascript for Code for America products
http://honeycrisp.herokuapp.com
MIT License
24 stars 8 forks source link

Move the `uglifier` initialization out of the method to avoid re-initializing it every time the method is called. #334

Closed Montana closed 2 months ago

Montana commented 3 months ago

Move the uglifier initialization out of the method to avoid re-initializing it every time the method is called.

Used File.join for constructing file paths to ensure compatibility across different operating systems.

Included the necessary json and fileutils libraries explicitly.