Skip to content

Commit cc54051

Browse files
committed
Add index.html text.
1 parent efd6075 commit cc54051

File tree

3 files changed

+10
-1364
lines changed

3 files changed

+10
-1364
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ build/
3333
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
3434
.rvmrc
3535

36-
node_modules
36+
/node_modules
37+
/log

app/views/welcome/index.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
INDEX
1+
<h1>browserify-rails issues: reduced test case</h1>
2+
<p>Check JS console for output. Check <a href="https://github.com/mattwondra/browserify-rails-issue/blob/master/README.md">project README</a> for details.</p>
3+
4+
<p>See compiled JS:</p>
5+
<ul>
6+
<li><a href="/assets/sprockets_require_concat_error.js">sprockets_require_concat_error.js</a></li>
7+
<li><a href="/assets/sprockets_require.js">sprockets_require.js</a></li>
8+
<li><a href="/assets/browserify_require.js">browserify_require.js</a></li>

0 commit comments

Comments
 (0)