闭包编译器:用于Google Closure编译器的Ruby包装器

时间:2024-03-15 20:22:42
【文件属性】:

文件名称:闭包编译器:用于Google Closure编译器的Ruby包装器

文件大小:6.61MB

文件格式:ZIP

更新时间:2024-03-15 20:22:42

Ruby

闭包编译器(作为Ruby Gem) 闭合编译器gem是用于JavaScript压缩的的精巧包装。 最新版本: gem包含Closure Compiler的2018-05-06 JAR文件。 安装 sudo gem install closure-compiler 用法 Closure::Compiler有一个compile方法,可以将其传递给字符串或打开的IO对象,并返回已编译JavaScript。 结果以字符串形式返回,或者,如果传递了一个块,则将其作为IO对象用于流写入。 require 'rubygems' require 'closure-compiler' Closure::Compiler.new.compile(File.open('underscore.js', 'r')) => "(function(){var j=this,m=j._;function i(a


【文件预览】:
closure-compiler-master
----Rakefile(507B)
----test()
--------test_helper.rb(304B)
--------unit()
--------fixtures()
----README.textile(3KB)
----LICENSE(692B)
----.gitignore(24B)
----lib()
--------closure-compiler.rb(300B)
--------closure-compiler-20180506.jar(7.1MB)
--------closure()
----COPYING(11KB)
----closure-compiler.gemspec(908B)

网友评论