openhab / org.openhab.ui.habpanel

OUTDATED repo - HABPanel has moved to the openhab-webui repo!
https://github.com/openhab/openhab-webui
Eclipse Public License 1.0
97 stars 93 forks source link

Not including file changes and files in build enviroment #103

Closed MikeMurpher closed 7 years ago

MikeMurpher commented 7 years ago

Hope this is in the right place.

I'm just getting myself familiar with the openHAB IDE and HABpanel.

I have the openHAB runtine working fine on localhost and have HABpanel working through this as a plugin.

I'm also able to follow the steps in the Contributing.md npm install etc and building a package using maven.

Issue I'm having is with gulp I think if I update say the slider.scss with new class, and run nvm,bower,gulp and run the new class is not included, also say if I include a new .scss file in the slider folder it's not included . If you have any ideas or advice that would be great.

MikeMurpher commented 7 years ago

Got it sorted!

After doing gulp and every letter combination. gulp sass is what I was missing.

ghys commented 7 years ago

The "sass" task should probably be run by default, yes, I know ;) Glad you figured it out.