Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grasshopper fly does not work #21

Open
coleHafner opened this issue Dec 12, 2016 · 2 comments
Open

Grasshopper fly does not work #21

coleHafner opened this issue Dec 12, 2016 · 2 comments
Assignees

Comments

@coleHafner
Copy link

STR:

npm install -g grasshopper-cli
mkdir new-project && cd new-project
grasshopper fly

CLI says the app is running, which is it, but everything is broken.

@coleHafner coleHafner self-assigned this Dec 12, 2016
coleHafner added a commit to coleHafner/grasshopper-cli that referenced this issue Dec 12, 2016
…essfully, but there are still too many files involved in the template app to consider this finished. Refs grasshopper-cms#21.
@pajtai
Copy link
Contributor

pajtai commented Dec 12, 2016

Hey Cole, thanks for delving into this.
I see you're updating the template to follow more of our internal setup. This is a good idea, but we should also keep the simpler existing version of the template.

To close this ticket, I think you should just fix the root cause of the problem. When I build a new project with gh-cli and visit localhost:3000, I get an error in the console referencing the default template engine. I believe if you fix that issue, the initial templates should work. Maybe it's related to the jade deprecation in favor of pug?

Once the above is done, you can use the work you started to finish #22 .

@travism
Copy link
Contributor

travism commented Dec 12, 2016

We were definitely using Jade for the examples and I heard that it is no longer an npm. We are going to need to change that in the reference project. Should be pretty minor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants