Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Commit

Permalink
Integrating helion-ui-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
shaoquan-chen-at-hpe committed Jan 7, 2016
1 parent b00584a commit 40e999c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ docker build -t stratos-ui .

## Create and start docker container
```
docker run -it --rm --name stratos-ui -v $(pwd):/usr/src/app -v $(pwd)/../helion-ui-framework:/usr/src/helion-ui-framework stratos-ui /bin/bash
docker run -it --rm --name stratos-ui -v $(pwd):/usr/src/app -v $(pwd)/../helion-ui-framework:/usr/src/helion-ui-framework -v $(pwd)/../helion-ui-theme:/usr/src/helion-ui-theme stratos-ui /bin/bash
```

## provision container
Expand Down
2 changes: 2 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
@import "lib/helion-ui-theme/mixins";
@import "lib/helion-ui-theme/variables";
@import "lib/helion-ui-framework/framework";
@import "app/app";
2 changes: 1 addition & 1 deletion tools/.bowerrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"directory": "../dist/lib",
"directory": "../src/lib",
"interactive": false
}
4 changes: 3 additions & 1 deletion tools/bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"tests"
],
"dependencies": {
"angular": "1.3.4"
"angular": "1.3.4",
"helion-ui-framework": "../../helion-ui-framework/",
"helion-ui-theme": "../../helion-ui-theme/"
}
}

0 comments on commit 40e999c

Please sign in to comment.