Skip to content

docs: remove grunt and update usage of build scripts#5656

Merged
gkatsev merged 6 commits into
masterfrom
grunt-docs
Dec 5, 2018
Merged

docs: remove grunt and update usage of build scripts#5656
gkatsev merged 6 commits into
masterfrom
grunt-docs

Conversation

@gkatsev

@gkatsev gkatsev commented Dec 5, 2018

Copy link
Copy Markdown
Member

Since grunt was removed in #5592, we should update our docs to stop referring to grunt and to refer to the new ways of doing things. This includes in things like the sandbox examples.
Also, update the top level index.html and the docs with npm run docs:fix.

<pre>cp sandbox/index.html.example sandbox/index.html</pre>
<pre>npm run start</pre>
<pre>open http://localhost:9999/sandbox/index.html</pre>
<p>You can use /sandbox/ for writing and testing your own code. Nothing in /sandbox/ will get checked into the repo, except files that end in .example (so don't edit or add those files). To get started run `npm start` and open the combined-tracks.html</p>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this notice be removed from these examples and just be in the index page? Then we just link back there in examples

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the idea is if someone is looking at the file directly or opened it by double-clicking, they'd have a better idea of how to get to it via a web server. Might be something we should revisit, though, I don't think I want to do so as part of this PR.

@gkatsev gkatsev merged commit 62f9e78 into master Dec 5, 2018
@gkatsev gkatsev deleted the grunt-docs branch December 5, 2018 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants