linner 0.3.1 → 0.3.2
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 +4 -3
- data/lib/linner/reactor.rb +2 -0
- data/lib/linner/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a828ea61a82b07f330f0d595bd99c4584ba9c5dc
|
|
4
|
+
data.tar.gz: 50321b435438150ab81e60619d7556527305a70e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1889066c24c0ef266440e90103d2c97b1741f92ce7319a2b1796b98451f2b8a0fdb16e49c7c99987513a815c5f46e4f0383db1b463c7d2b54eef102adb881333
|
|
7
|
+
data.tar.gz: 1bb6b864afe6c9d335ff0a23011266518fa38301440194a75a9b2c9e1a3bb18e1fd48c601938f13027bc216d703c514a720e279005423a7ab13ba93eb5f296c7
|
data/README.md
CHANGED
|
@@ -5,13 +5,14 @@ Linner is a full-featured HTML5 application assembler.
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
* Fast!
|
|
8
|
-
* Supports `Sass` and `Coffee`.
|
|
8
|
+
* Supports `Sass`, `Compass` and `Coffee`.
|
|
9
9
|
* Supports OS X Lion and Mountaion Lion Notifications.
|
|
10
|
-
* Supports Modular Javascript, All your code will be wrap by `
|
|
10
|
+
* Supports Modular Javascript, All your code will be wrap by `cmd`.
|
|
11
11
|
* Supports `concat` code by `config file` not `directive processor`.
|
|
12
|
-
* Supports `copy` code from `src` to `
|
|
12
|
+
* Supports `copy` code from `src` to `dest`.
|
|
13
13
|
* Supports Real-time `concat` by `$ linner watch`.
|
|
14
14
|
* Supports `compress` by `$ linner build`.
|
|
15
|
+
* Supports `LiveReload` with [LiveReload Chrome Extention](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei).
|
|
15
16
|
|
|
16
17
|
## Requirements
|
|
17
18
|
|
data/lib/linner/reactor.rb
CHANGED
data/lib/linner/version.rb
CHANGED