Skip to content

Commit

Permalink
build working
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmoschel committed Oct 18, 2011
1 parent a4cc37f commit aec05bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.js
Expand Up @@ -98,6 +98,7 @@ var i, fileName, cmd,
]


steal.File('jquery/dist').mkdir();
steal('steal/build/pluginify').then( function(s){
var plugin, exclude, fileDest, fileName;
for(i=0; i<plugins.length; i++){
Expand All @@ -113,7 +114,7 @@ var plugin, exclude, fileDest, fileName;
fileDest = "jquery/dist/"+fileName
s.build.pluginify("jquery/"+plugin,{
nojquery: true,
destination: fileDest,
out: fileDest,
exclude: exclude.length? exclude: false
})

Expand Down

0 comments on commit aec05bd

Please sign in to comment.