Skip to content

Instantly share code, notes, and snippets.

@pottedmeat7
Created August 28, 2017 16:05
Show Gist options
  • Save pottedmeat7/cf4ccf67e6201efdf8153cc0bef212cd to your computer and use it in GitHub Desktop.
Save pottedmeat7/cf4ccf67e6201efdf8153cc0bef212cd to your computer and use it in GitHub Desktop.
JS_PATH = "app/assets/javascripts/**/*.js";
Dir[JS_PATH].each do |file_name|
puts "\n#{file_name}"
puts Uglifier.compile(File.read(file_name))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment