Quantcast
Viewing all articles
Browse latest Browse all 3491

steal/build produces an empty production.js file

I am using the following command to build:

steal/js steal/buildjs index.html -to stealbuild   

my index.html contains links to other js and css files. I get no errors, this is the exact output I get:

Building to stealbuild/

BUILDING STYLES --------------- 

no styles


BUILDING SCRIPTS --------------- 
steal.compress - Using Google Closure app
   ignoring steal/dev/dev.js

20 MS
SCRIPT BUNDLE > stealbuild/production.js

and in production.js this is the only line that is written to the file: steal.loading();

Has experienced a similar situation? Any help would be appreciated!

Thanks!

Viewing all articles
Browse latest Browse all 3491

Trending Articles