html5-starter-mobile 0.1.2b → 0.1.3b
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.
- data/README.md +2 -2
- data/templates/project/manifest.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -16,9 +16,9 @@ Installation
|
|
|
16
16
|
Starting a project
|
|
17
17
|
------------------
|
|
18
18
|
|
|
19
|
-
compass create my_project -r html5-boilerplate-mobile -u html5-boilerplate-mobile --javascripts-dir
|
|
19
|
+
compass create my_project -r html5-boilerplate-mobile -u html5-boilerplate-mobile --javascripts-dir js --css-dir css --images-dir img
|
|
20
20
|
|
|
21
|
-
The `--javascripts-dir`, `--css-dir
|
|
21
|
+
The `--javascripts-dir`, `--css-dir` and `--images-dir` flags are required to keep consistent with the original Mobile HTML5 Boilerplate project layout. If you omit them, be sure to edit your javascript and style tags accordingly in `index.html`.
|
|
22
22
|
|
|
23
23
|
Run `compass watch my_project` and the SCSS files will automatically get compiled to your Sass compilation directory whenever a change is made:
|
|
24
24
|
|
|
@@ -52,7 +52,7 @@ This is a Compass extention for Mobile HTML5 Boilerplate by Shi Chuan
|
|
|
52
52
|
Installation
|
|
53
53
|
========================
|
|
54
54
|
$ gem install html5-starter-mobile
|
|
55
|
-
$ compass create my_project -r html5-boilerplate-mobile -u html5-boilerplate-mobile --javascripts-dir
|
|
55
|
+
$ compass create my_project -r html5-boilerplate-mobile -u html5-boilerplate-mobile --javascripts-dir js --css-dir css --images-dir img
|
|
56
56
|
|
|
57
57
|
}
|
|
58
58
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: html5-starter-mobile
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 47
|
|
5
5
|
prerelease: 5
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
9
|
+
- 3
|
|
10
10
|
- b
|
|
11
|
-
version: 0.1.
|
|
11
|
+
version: 0.1.3b
|
|
12
12
|
platform: ruby
|
|
13
13
|
authors:
|
|
14
14
|
- Rizky Syazuli
|