I'm trying to push a simple application to IBMBluemix (Cloudfoundry) but some files are not picket up.
I have a folder containing some files (index.php, test.html, ...). All these are pushed, but my css folder for example is not.
In the root folder containing these files and folders I type:
cf push -m 128M -b https://github.com/dmikusa-pivotal/cf-php-build-pack.git testname
So after this
testname.mybluemix.net/index.php
is accessible, but
testname.mybluemix.net/css/reveal.min.cs
is not.
Any ideas?
Best Regards
Romeo