html5-starter-mobile 0.1.2b → 0.1.3b

Sign up to get free protection for your applications and to get access to all the features.
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 assets/js --css-dir assets/css --images-dir assets/img --sass-dir assets/sass
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`, `--images-dir` and `--sass-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`.
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 assets/js --css-dir assets/css --images-dir assets/img --sass-dir assets/sass
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: 43
4
+ hash: 47
5
5
  prerelease: 5
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
9
+ - 3
10
10
  - b
11
- version: 0.1.2b
11
+ version: 0.1.3b
12
12
  platform: ruby
13
13
  authors:
14
14
  - Rizky Syazuli