Gizra / generator-hedley

Scaffold a headless Drupal backend, Angular app client, and Behat tests
http://www.gizra.com/content/yo-hedley
98 stars 20 forks source link

How to manage the app? #101

Open clemens-tolboom opened 8 years ago

clemens-tolboom commented 8 years ago

Visiting the generated app what are the next step(s)?

There is no README in there which could help to tell people what to do.

Running grunt

Running "newer:jshint:test" (newer) task No newer files to process. Warning: Task "karma" not found. Use --force to continue.

Aborted due to warnings.

Using the grunt build or grunt serve

Running "concurrent:server" (concurrent) task Warning: Running "compass:server" (compass) task Warning: not found: compass Use --force to continue.

Aborted due to warnings.

Doing a --force get a running app fetching images from root of localhost instead of the app-dist path

It would be great to have a good overview README and an /app README

my 2 cnts

amitaibu commented 8 years ago

Yeah, you are right

From the looks of it, it seems compass is missing. We should indeed probably add a readme, and a Gemfile/ Gemfile.lock as well, so one could do bundler install to get those dependencies.