tuplejump / play-yeoman

Play + Yeoman integration sbt and play plugins
Apache License 2.0
237 stars 58 forks source link

Can not stage project #30

Closed tautvilas closed 10 years ago

tautvilas commented 10 years ago

Steps to reproduce:

git clone https://github.com/tuplejump/play-yeoman/
cd yo-demo
sbt
update
npm install
bower install
grunt
stage
(exit sbt)
cd <stage dir>
./bin/yo-demo

server launches, but http://localhost:9000/ui/#/ displays empty screen, seems that html/js/css resources were not deployed.

How could this be fixed?

milliondreams commented 10 years ago

You need to generate the yeoman project to get the UI.

This can be done using, $yo angular

for generating an angular app. Checkout the yeoman documentation on generators for more app types.

tautvilas commented 10 years ago

But I am using your demo: yo-demo and it allready has ui, but does not work when staged.

milliondreams commented 10 years ago

Tuatvilas, could you give it a try with the latest build? Shouldn't be an issue as many a people are using it with stage.

I tried it and it did work.