Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

have to change http://brunch.io/docs/getting-started #58

Open
dempseyc opened this issue Feb 1, 2018 · 0 comments
Open

have to change http://brunch.io/docs/getting-started #58

dempseyc opened this issue Feb 1, 2018 · 0 comments

Comments

@dempseyc
Copy link

dempseyc commented Feb 1, 2018

on the step where we
$ echo 'console.log([1, 2, 3].reduce((s, n) => s + n ** 2))' > app/index.js
one must

<script>require('index');</script>

in /assets/index.html

or one must
require('./index');
in app/initialize.js

or one must perhaps do something else not mentioned in the tutorial.

my point is that it is a mistake to not mention "that 'something'" in the initial tutorial about this step, though it is mentioned in various SO questions and what not.

follow the tutorial on the getting started link and let me know if i'm missing something.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant