Skip to content

Conversation

sokra
Copy link
Member

@sokra sokra commented Nov 21, 2016

No description provided.

sobafuchs and others added 30 commits November 16, 2016 19:58
The script tag in `get-started/index.md` is incorrectly placed. If someone tries to execute the code to demonstrate how browsers load global variables, they're going to get an error that the browser can't read `appendChild` of undefined because `document.body` won't exist yet. 

The script tag should be placed at the bottom of the body so that they don't get confused (although this is a pretty inconsequential thing and the whole point of this part of the tutorial is to tell people not to code this way lol).
Since `index.js` is supposed to live inside `app`, it might be confusing to just tell users to create `index.html` without prefixing it with `app/`. Otherwise, the path to `index.js` in the html file will get a 404 back.
Since the example seems to continue assuming that `index.html` lives in the root folder, I modified the edit frmo the last commit to instead change how `index.html` accesses `index.js`
This tells ESLint not to extend any config up the directory tree, which (for example) makes it easier to be used as a submodule.
Define the ESLint config as root
feat(pluginapi): implement separate directory structure for plugins api
Initial work from previous PR
The nyan reporter causes thousands of unnecessary lines
in the Travis CI output which made it hard to know what test failed

Fixes #330
* feat(loaderapi): create initial loader api

* chore(loadersapi): Clean up grammar and spelling, make markdown for type information more colorful

* fix(loadersapi): corrected typo in comments

* Update loaders.md

Fix links

* Update loaders.md

Revert config links fix (looks like it just breaks more)

* Update loaders.md

Doing some guess work. Trying the plugins api URL this time to fix.
skipjack and others added 28 commits November 20, 2016 11:20
Fixed mobile menu alignment
Better wording and grammar / punctuation fixes for first part of rules documentation
Improved spacing and color scheme of search
Deduplicate target options and improve descriptions
Getting Started Clarifications
Fix invalid syntax on splash page
Copy link
Member

@SpaceK33z SpaceK33z left a comment

Choose a reason for hiding this comment

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

Quickly walked through the docs to make sure stuff still worked, and it did.

@SpaceK33z SpaceK33z merged commit 7508a9c into master Nov 21, 2016
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.