All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.bower_components.underscore.Rakefile Maven / Gradle / Ivy

There is a newer version: 1.2.0.3-jre17-rc1
Show newest version
desc "Use Uglify JS to compress Underscore.js"
task :build do
  sh "uglifyjs underscore.js -c \"evaluate=false\" --comments \"/    .*/\" -m --source-map underscore-min.map -o underscore-min.js"
end

desc "Build the docco documentation"
task :doc do
  sh "docco underscore.js"
end





© 2015 - 2025 Weber Informatics LLC | Privacy Policy