File tree Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Expand file tree Collapse file tree 4 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,4 @@ node_modules/
9
9
/docs /
10
10
/test /coverage /
11
11
! .gitignore
12
- dist /
13
- css /
12
+ css /
Original file line number Diff line number Diff line change @@ -14,31 +14,40 @@ Directives
14
14
* [ popup] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/popup )
15
15
* [ rating] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/rating )
16
16
* [ sidebar] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/sidebar )
17
+ * [ wizard] ( https://github.com/angularify/angular-semantic-ui/tree/master/src/wizard )
18
+
19
+ ** IMPORTANT** angular-semantic-ui is only 0.0.2, and ** NOT PRODUCTION READY** .
20
+
21
+ Installation
22
+ ----------------------
23
+
24
+ ```
25
+ $ bower install angular-semantic-ui
26
+ ```
17
27
18
- ** IMPORTANT** angular-semantic-ui is only 0.0.1, and not production ready.
19
28
20
29
Building
21
30
----------------------
22
31
23
32
Get main [ repo] ( https://github.com/angularify/angular-semantic-ui ) with:
24
33
25
34
```
26
- git clone https://github.com/angularify/angular-semantic-ui.git
35
+ $ git clone https://github.com/angularify/angular-semantic-ui.git
27
36
```
28
37
29
38
Than go to the ` angular-semantic-ui ` directory and install dependencies:
30
39
31
40
```
32
- npm install && bower install
41
+ $ npm install && bower install
33
42
```
34
43
35
44
Then execute:
36
45
37
46
```
38
- grunt build && grunt test
47
+ $ grunt build && grunt test
39
48
```
40
49
41
- There will be: ` dist/angular-semantic-ui-x.x.x .js ` .
50
+ There will be: ` dist/angular-semantic-ui.js ` .
42
51
43
52
Contribution
44
53
----------------------
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-semantic-ui" ,
3
3
"description" : " Angular - AngularJS directives for Semantic UI." ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.0.2 " ,
5
5
"keywords" : [
6
6
" angular" ,
7
7
" ui"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-semantic-ui" ,
3
3
"description" : " Angular - AngularJS directives for Semantic UI." ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.0.2 " ,
5
5
"keywords" : [
6
6
" angular" ,
7
7
" ui" ,
You can’t perform that action at this time.
0 commit comments