Created
August 28, 2017 16:05
-
-
Save pottedmeat7/cf4ccf67e6201efdf8153cc0bef212cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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