nunjucks
Here are 490 public repositories matching this topic...
-
Updated
Jan 14, 2020 - JavaScript
Be great if the complete command accepted a string[]. Ultimately, I want to do this:
{
"complete": [
"cd {{ name or org }}",
"git init",
"npm install",
"git add .",
"git commit -m 'initial commit'",
"git remote add origin https://github.com/{{ org or name }}/{{ name or org }}.git",
"git push -u origin master",
"code ."
]
}Rela
-
Updated
Oct 4, 2019 - JavaScript
-
Updated
May 4, 2020 - JavaScript
The documentation is out of date for the next release. This needs to be updated, pages like
- method
- grid
- code samples
Add the engines config to the package.json so if someone want to install this the user knows which version of node he needs.
https://docs.npmjs.com/files/package.json#engines
"engines": { "node": ">=8" },
-
Updated
Jan 17, 2020 - TypeScript
-
Updated
May 11, 2017 - HTML
-
Updated
Jul 15, 2019 - JavaScript
-
Updated
Oct 21, 2018 - JavaScript
-
Updated
May 4, 2020 - JavaScript
Well, it is slightly nontrivial, but would be cool to prevent some nasty situation when you ignored something in robots.txt, but not in sitemap_xml task
Update CI guide
-
Updated
May 10, 2018
-
Updated
Jun 10, 2020 - JavaScript
-
Updated
Dec 3, 2017 - JavaScript
-
Updated
Mar 23, 2018 - JavaScript
🚀 Feature Proposal
As proposed by @Eomm in #160:
When you switch version in a page (like decorators for ex), the user is sent to the TOC, could we maintain the path changing only the version-path-param?
Motivation + Example
The user might be reading a page, for instance Request, and suddenly realises they are reading the doc for the wrong version. They might switch to the
-
Updated
Feb 21, 2020 - JavaScript
-
Updated
Mar 20, 2020 - JavaScript
-
Updated
Aug 8, 2019 - CSS
-
Updated
Jun 8, 2020 - JavaScript
-
Updated
Jul 12, 2019 - JavaScript
Improve this page
Add a description, image, and links to the nunjucks topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nunjucks topic, visit your repo's landing page and select "manage topics."
https://firebase.google.com/docs/rules/rules-behavior#security_rules_version_2