Skip to content

Commit f09ef36

Browse files
committed
docs(readme): updated to v0.2.3
1 parent 30e7abd commit f09ef36

1 file changed

Lines changed: 4 additions & 16 deletions

File tree

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ng-devstack v0.2.2
1+
# ng-devstack v0.2.3
22

33
#### Everything a front-end developer needs to simplify building AngularJS applications.
44

@@ -33,31 +33,24 @@ Now this all has been made possible. Please welcome **ng-devstack**!
3333

3434
## Requirements
3535

36-
- Ruby
3736
- NodeJS
3837
- Bower
3938

4039
## Installation
4140

42-
**1.** Install SASS:
43-
44-
```sh
45-
$ gem install sass
46-
```
47-
48-
**2.** Install gulp globally, which is giving access to gulp's CLI:
41+
**1.** Install gulp globally, which is giving access to gulp's CLI:
4942

5043
```sh
5144
$ npm install gulp -g
5245
```
5346

54-
**3.** Install gulp locally to the project with other required plugins:
47+
**2.** Install gulp locally to the project with other required plugins:
5548

5649
```sh
5750
$ npm install
5851
```
5952

60-
**4.** Install required libraries:
53+
**3.** Install required libraries:
6154

6255
```sh
6356
$ bower install
@@ -112,13 +105,8 @@ In addition, image optimization is turned off by default but in case you need it
112105
// .pipe(plugins.imagemin({ optimizationLevel: 5, progressive: true }))
113106
```
114107

115-
## Known issues
116-
117-
- Outdated libsass in node-sass. This is a main cause of a bug with compiling Twitter Bootstrap SASS to CSS (see [this](https://github.com/andrew/node-sass/issues/233) thread and [this](https://github.com/dlmanning/gulp-sass/issues/1) for details). **Not a gulp-sass issue**! Temporarily using Ruby version (slower but stable).
118-
119108
## TODO
120109

121-
- replace Ruby SASS compiler with NodeJS equivalent
122110
- add support for external sources in vendor files (http://*)
123111
- add source maps support for SASS & JS
124112
- add authorization service

0 commit comments

Comments
 (0)