Skip to content
Snippets Groups Projects
Commit b0a559e1 authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

This is needed for the build.

parent 13c96328
No related merge requests found
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>relay Build Page</title>
</head>
<body>
<h1>relay Build Page</h1>
<p>This is a dummy page that loads your app so steal can
get all the files.
</p>
<p>If you built your app
to depend on HTML in the page before DOMContent loaded or
onload, you can add the HTML here, or you can change the
build.js script to point to a better html file.
</p>
<script type='text/javascript'
src='../../steal/steal.js?relay'>
</script>
</body>
</html>
load("steal/rhino/steal.js");
steal.plugins('steal/build','steal/build/scripts','steal/build/styles',function() {
steal.build('../static/relay/scripts/build.html',{
to: '../static/relay',
compressor: 'concatOnly'
});
});
//steal/js /web/browserid/browserid/static/dialog/dialog/scripts/compress.js
load("steal/rhino/steal.js");
steal.plugins('steal/clean',function(){
steal.clean('/web/browserid/browserid/static/relay/relay.html',{
indent_size: 1,
indent_char: '\t',
jslint : false,
ignore: /jquery\/jquery.js/,
predefined: {
steal: true,
jQuery: true,
$ : true,
window : true
}
});
});
//js /web/browserid/browserid/static/dialog/dialog/scripts/doc.js
load('steal/rhino/steal.js');
steal.plugins("documentjs").then(function(){
DocumentJS('/web/browserid/browserid/static/dialog/dialog/dialog.html');
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment