Merge pull request #11 from tmickel/js-bundle

Only include app.bundle.js in app bundles
This commit is contained in:
Tim Mickel 2016-02-08 14:29:42 -05:00
commit 2d819b86a3
10 changed files with 9 additions and 9 deletions

View file

@ -0,0 +1 @@
../../../src/build/bundles/app.bundle.js

View file

@ -11,7 +11,7 @@
<script>
window.scratchJrPage = 'editor';
</script>
<script type="text/javascript" src="jssource/build/bundles/app.bundle.js"></script>
<script type="text/javascript" src="app.bundle.js"></script>
</head>
<body style="background: white;">
<div class="frame" id="frame"></div>

View file

@ -11,7 +11,7 @@
<script language="javascript">
window.scratchJrPage = 'gettingStarted';
</script>
<script type="text/javascript" src="jssource/build/bundles/app.bundle.js"></script>
<script type="text/javascript" src="app.bundle.js"></script>
</head>
<body>

View file

@ -11,7 +11,7 @@
<script>
window.scratchJrPage = 'home';
</script>
<script type="text/javascript" src="jssource/build/bundles/app.bundle.js"></script>
<script type="text/javascript" src="app.bundle.js"></script>
</head>
<body>

View file

@ -5,7 +5,7 @@
<script>
window.scratchJrPage = 'inappAbout';
</script>
<script type="text/javascript" src="../jssource/build/bundles/app.bundle.js"></script>
<script type="text/javascript" src="../app.bundle.js"></script>
</head>
<body>

View file

@ -5,7 +5,7 @@
<script>
window.scratchJrPage = 'inappBlocksGuide';
</script>
<script type="text/javascript" src="../jssource/build/bundles/app.bundle.js"></script>
<script type="text/javascript" src="../app.bundle.js"></script>
</head>
<body>

View file

@ -5,7 +5,7 @@
<script>
window.scratchJrPage = 'inappInterfaceGuide';
</script>
<script type="text/javascript" src="../jssource/build/bundles/app.bundle.js"></script>
<script type="text/javascript" src="../app.bundle.js"></script>
</head>
<body>
<div id="content">

View file

@ -5,7 +5,7 @@
<script>
window.scratchJrPage = 'inappPaintEditorGuide';
</script>
<script type="text/javascript" src="../jssource/build/bundles/app.bundle.js"></script>
<script type="text/javascript" src="../app.bundle.js"></script>
</head>
<body>
<div id="content">

View file

@ -12,7 +12,7 @@
<script>
window.scratchJrPage = 'index';
</script>
<script type="text/javascript" src="jssource/build/bundles/app.bundle.js"></script>
<script type="text/javascript" src="app.bundle.js"></script>
</head>
<body style="margin:0px; background: black;">
<div class="frame" id="frame">

View file

@ -1 +0,0 @@
../../../src/