jing 0.1.6 → 0.1.7
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.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/jing.rb +3 -0
- data/lib/jing/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 376b285a6ee933c02c45a72bdf8afe574b37824684d83011c1b99f3010f39614
|
|
4
|
+
data.tar.gz: 9ead39e7612678c7ed4055cf3af382ec677e835a0b3151b601092e32fd761599
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 659b8e8df42822216fd96cffef760374f4100c991df2c98cee5d2a6adf06800aaefa2c3d4fd781745588b23a5a6c8e49cd9d7ce79617ea22b1f7d5298b54c6a1
|
|
7
|
+
data.tar.gz: e22f3bb17d5d7104e7f7c284f8043473d8e092001d04ad9d57cb2dd0552319bdcc2682842b29291231f114a06e0406518a5a8944b856e33ea8434ca09cae1fcd
|
data/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Jing tai wang ye sheng cheng qi
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
-
Has built in support for Erb - and Markdown templates, Typescript compiler, Sass compiler, JavaScript/Css minifier, partial- and layout support, variable support, easily extendable.
|
|
10
|
+
Has built in support for Erb - and Markdown templates, Typescript compiler, Sass compiler, JavaScript/Css minifier, partial- and layout support, variable support, easily extendable, updates your page as soon as you change a file.
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
|
|
@@ -50,6 +50,7 @@ Serves the current projects _dst folder on `http://0.0.0.0:8000`:
|
|
|
50
50
|
$ jing serve -port 1234 -root somepath # to change port and root directory
|
|
51
51
|
|
|
52
52
|
Options that work in all commands:
|
|
53
|
+
|
|
53
54
|
-src somepath # changes the source folder - default: ./ (current folder)
|
|
54
55
|
-dst somepath # changes the output folder - default: ./_dst
|
|
55
56
|
-layouts folder # changes the layouts folder - default: ./_layouts
|
data/lib/jing.rb
CHANGED
data/lib/jing/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jing
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- pachacamac
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-06-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|