Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Build fails

$
0
0
Well, so far so good. Building works now:
  1. $ ./js.bat steal/buildjs http://dev.spotwizard.org/search.html -to .
  2. Building to ./
  3.   opening http://dev.spotwizard.org/search.html
  4.   adding dependencies
  5.   + stealconfig.js
  6.   no packages
  7. Building ./production.js

The production.js look pretty empty:
  1. steal.packages({});steal.has("stealconfig.js");steal("stealconfig.js");steal.pushPending();Object.defineProperty=function(){};Array.isArray=function(){};String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};steal.config({map:{"*":{jquery:"spotwizard/resources/jquery"}},shim:{jquery:{exports:"jQuery"}}});steal.executed("stealconfig.js");steal.popPending();
What's wrong here?

Viewing all articles
Browse latest Browse all 3491

Trending Articles