Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

seajs-compress

compressing seajs module files by google closure compiler and ignore the keyword "require "

Sample Code:

var seacomp = require('seajs-compress');
var res =  seacomp.compress('sea_mod.js','sea_mod_min.js',function(flag,msg){ 
  console.log(flag);
  console.log(msg);
});

About

compressing seajs module files by google closure compiler and ignore the keyword "require "

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages