Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Console: Got rid of redundant ui folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Viliam Rockai committed Jul 7, 2015
1 parent 6de0f5b commit 58e1482
Show file tree
Hide file tree
Showing 122 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions ui/README.adoc → console/README.adoc
Expand Up @@ -35,15 +35,15 @@ npm modules and bower packages. Be aware, this causes the libraries not being up
== Hawkular-ui-components development

For the ease of development we're using the watch feature of the gulp tool. Gulp can watch for changes in source files
and update the compiled console accordingly. To use this feature, you must start Hawkular from the
`$HAWKULAR_ROOT/dist/target/hawkular-x.y.x-SNAPSHOT/wildfly-x.x.z.Final/` directory. Once the server is up and running you have to
start the actual gulp task responsible for watching the changes. To achieve this, traverse to the
and update the compiled console accordingly. To use this feature, you must start Hawkular from the
`$HAWKULAR_ROOT/dist/target/hawkular-x.y.x-SNAPSHOT/wildfly-x.x.z.Final/` directory. Once the server is up and running you have to
start the actual gulp task responsible for watching the changes. To achieve this, traverse to the
`$HAWKULAR_ROOT/ui/console/target/gulp-build/` directory and run:

`gulp watch-server`

The advantage of this approach is, that is scans for file changes in the source directory and apply them directly
into the target directory (`$HAWKULAR_ROOT/dist/target/hawkular-x.y.x-SNAPSHOT/wildfly-x.y.z.Final/`), which is suitable for console
The advantage of this approach is, that is scans for file changes in the source directory and apply them directly
into the target directory (`$HAWKULAR_ROOT/dist/target/hawkular-x.y.x-SNAPSHOT/wildfly-x.y.z.Final/`), which is suitable for console
developing since it doesn't require the whole maven build to see the actual changes in the console UI.

== Other packages development
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -54,7 +54,7 @@
</licenses>

<modules>
<module>ui/console</module>
<module>console</module>
<module>modules/pinger</module>
<module>modules/avail-creator</module>
<module>dist</module>
Expand Down

0 comments on commit 58e1482

Please sign in to comment.