META-INF.resources.bower_components.underscore.Rakefile Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-jqui-vertical-timeline Show documentation
Show all versions of jwebmp-jqui-vertical-timeline Show documentation
The JWebSwing JQuery Vertical Timeline
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