Skip to content

Commit

Permalink
build works with jmvc
Browse files Browse the repository at this point in the history
  • Loading branch information
moschel committed Feb 21, 2011
1 parent 06f6aa8 commit a00691e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion todo/scripts/build.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>todo Build Page</h1>
build.js script to point to a better html file.
</p>
<script type='text/javascript'
src='../../steal/steal.js?todo'>
src='../../../steal/steal.js?todo/todo'>
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion todo/scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

load("steal/rhino/steal.js");
steal.plugins('steal/build','steal/build/scripts','steal/build/styles',function(){
steal.build('todo/scripts/build.html',{to: 'todo'});
steal.build('todo/todo/scripts/build.html',{to: 'todo/todo'});
});

0 comments on commit a00691e

Please sign in to comment.