Skip to content

Commit 2b42a97

Browse files
author
Pinhook
committed
works with new steal
1 parent eb716ef commit 2b42a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
//load app w/ envjs
22
load('steal/rhino/steal.js');
3-
steal('//steal/compress/scripts', function(steal){
3+
steal.plugins('steal/build', function(steal){
44
var total = [];
55

6-
steal.scripts(_args[0]).each(function(script, text, i){
6+
steal.build.open(_args[0]).each(function(script, text, i){
77
if(text && script.src){
88
total.push({src: text, path: script.src})
99
}

0 commit comments

Comments
 (0)