Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating helion-ui-theme #3

Merged
merged 1 commit into from
Jan 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/"
}
}