We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb716ef commit 2b42a97Copy full SHA for 2b42a97
document
@@ -1,9 +1,9 @@
1
//load app w/ envjs
2
load('steal/rhino/steal.js');
3
-steal('//steal/compress/scripts', function(steal){
+steal.plugins('steal/build', function(steal){
4
var total = [];
5
6
- steal.scripts(_args[0]).each(function(script, text, i){
+ steal.build.open(_args[0]).each(function(script, text, i){
7
if(text && script.src){
8
total.push({src: text, path: script.src})
9
}
0 commit comments