jlto 1.5.2 → 1.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,9 +7,6 @@
|
|
|
7
7
|
|
|
8
8
|
> Jinja Like Templates Optimizer (JLTO) is a Nodejs-based tool for optimizing Jinja like templates.
|
|
9
9
|
|
|
10
|
-
If you are thinking about contributing to open source, this article is a good read:
|
|
11
|
-
[Why You Should Write Open Source Code and How It Helps Your Career](https://explainme.online/article/why-you-should-write-open-source-code-and-how-it-helps-your-career).
|
|
12
|
-
|
|
13
10
|
**Gulp tool for JLTO:**
|
|
14
11
|
|
|
15
12
|
[gulp-jlto](https://www.npmjs.com/package/gulp-jlto)
|
|
@@ -148,6 +145,10 @@ module.exports = {
|
|
|
148
145
|
|
|
149
146
|
Tests are written using Jest and Node's `assert` module. To run them, invoke `npm test`.
|
|
150
147
|
|
|
148
|
+
## Further Reading
|
|
149
|
+
|
|
150
|
+
[Why You Should Write Open Source Code and How It Helps Your Career](https://explainme.online/article/why-you-should-write-open-source-code-and-how-it-helps-your-career)
|
|
151
|
+
|
|
151
152
|
## License
|
|
152
153
|
|
|
153
154
|
JLTO is available under the [MIT license](https://opensource.org/licenses/MIT), see the LICENSE file for more information.
|