UNPKG

scc

Version:

This is a simple combo & compress tool for seajs project.

19 lines (17 loc) 278 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Test</title> <script src="lib/sea-debug.js"></script> </head> <body> </body> <script type="text/javascript"> seajs.config({ base: "./" }) seajs.use("xxx", function() { }); </script> </html>