Skip to content

Commit 11f558c

Browse files
leoj3nimaustink
authored andcommitted
update location of steal.production.js
1 parent 9cca0c3 commit 11f558c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

html_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ describe("documentjs/lib/generators/html",function(){
198198
}
199199

200200

201-
assert.ok( (""+data).indexOf('src="../static/node_modules/steal/steal.production.js"') !== -1, "got the right path to scripts" );
201+
assert.ok( (""+data).indexOf('src="../static/steal.production.js"') !== -1, "got the right path to scripts" );
202202
assert.ok( (""+data).indexOf('href="../static/bundles/bit-docs-site/static.css"') !== -1, "got the right path to styles" );
203203
assert.ok( (""+data).indexOf('<a href="../index.html" title="index">index</a>') !== -1, "got the right thing to index" );
204204

site/default/templates/layout.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</script>
3333
<script type='text/javascript'
3434
data-main="bit-docs-site/static"
35-
src="{{pathToDest}}/static/node_modules/steal/steal.production.js"></script>
35+
src="{{pathToDest}}/static/steal.production.js"></script>
3636
{{/if}}
3737
</body>
3838

0 commit comments

Comments
 (0)