browsersync
Here are 509 public repositories matching this topic...
- I've read the guidelines for Contributing to Roots Projects
- This request isn't a duplicate of an existing issue
- I've read the docs and followed them (if applicable)
- This is not a personal support request that should be posted on the [Roots Discourse](https://discourse.roots
#477 and a couple different #478 bugs stem from the expectation that setting prebuild: [] or postbuild: [] is a way of saying "prebuild: nothing" and "postbuild: nothing". In fact, the empty array creates problems (see the linked issues for examples)
This should at least be documented. Supporting [] as "nothing" would be an easy enhancement
I'd appreciate if there was a comparison of lite-server with http-server which is the most popular www dev server for node.js (according to npm, 3 times more downloads than lite).
-
Updated
May 4, 2020 - JavaScript
- Explain setup and workflows with travis, tests, demo project, release, slack-channel, coveralls, david-dm, npm badges, tags ...
- Explain, review docs.
-
Updated
Jul 28, 2019 - JavaScript
-
Updated
Mar 14, 2020 - CSS
- compile styles - use #22 +
stylestask - copy necessary files from theme directories (remember about inheritance)
- copy necessary files from
/lib/web - build require.js config
- copy and minify(?)
htmltemplates - build
js-translation.json
-
Updated
Jan 1, 2020 - JavaScript
This could be useful for contributors to test any changes (manually for now) inside the repo, not having to use an external environment.
This folder should be in .npmignore.
Automated testing I think is out of the scope of this project since it's more of a wrapper plugin for Browsersync.
Perhaps some unit tests for the css emissions check?
-
Updated
Sep 4, 2018 - CSS
-
Updated
May 1, 2020 - JavaScript
-
Updated
May 21, 2020 - CSS
-
Updated
May 18, 2020 - JavaScript
-
Updated
Apr 9, 2019 - CSS
-
Updated
Feb 12, 2020 - JavaScript
-
Updated
May 1, 2020 - JavaScript
-
Updated
May 23, 2020 - JavaScript
-
Updated
Dec 27, 2018 - JavaScript
-
Updated
Apr 30, 2020 - JavaScript
-
Updated
May 7, 2020 - CSS
-
Updated
Dec 13, 2019 - JavaScript
-
Updated
Jan 3, 2019 - JavaScript
-
Updated
Feb 23, 2017 - JavaScript
-
Updated
Jun 10, 2019 - JavaScript
-
Updated
Nov 16, 2018 - HTML
-
Updated
Mar 14, 2020 - HTML
Improve this page
Add a description, image, and links to the browsersync topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the browsersync topic, visit your repo's landing page and select "manage topics."
Too wide (and falsy) segregation of GraphQL Types and Resolvers
The first example of this is
new ObjectTypeinsrc/data/queries/index.jsimporting fields.Fields should be taken in context of parent type, not as standalone information.
This can ensure some users that custom types cannot have own field resolvers which is false.
In fact, much of fields which can have own resolvers