grow / grow.dev

Grow's homepage and documentation site.
https://grow.io
85 stars 36 forks source link

Electron App #53

Open GerhardMes opened 6 years ago

GerhardMes commented 6 years ago

for all the "non"-shell guys. An Electron App would be a perfect aternative, woldn`t it?

jeremydw commented 6 years ago

Hi! What kind of features in an Electron app are you envisioning? Are there other site generation tools similar to Grow that have a nice Electron app?

GerhardMes commented 6 years ago

I am not sure to be correct, but in my eyes Publii could be named. Yesterday I tried to make grow running on my system, but just got errors. That's why I firstly wrote this.

jeremydw commented 6 years ago

Can you let us know what sort of errors you encountered?

On Wed, May 9, 2018 at 12:58 AM GerhardMes notifications@github.com wrote:

I am not sure to be correct, but in my eyes Publii could be named. Yesterday I tried to make grow running on my system, but just got errors. That's why I firstly wrote this.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/grow/grow.io/issues/53#issuecomment-387655062, or mute the thread https://github.com/notifications/unsubscribe-auth/AAndfWSp7WMLbzFoty6_k4Dos5mg8vKhks5twqGhgaJpZM4T2N_9 .

-- jeremydw

GerhardMes commented 6 years ago

1) downloading and installation of the sdk worked fine and it is "global". 2) init base in a dir, also worked; but.. 3) trying to "run" grow, it suddenly tells me to update the skd (drom 4.4 to 4.5) - then to update gulp ("Local gilp not found") -> from here I get just errors on my console. when starting ("grow run") again, I still get the same error messages. e.g.: webpack is watching for changes 404: /__webpack_hmr Traceback ....... HTTPNotFound: Error building <Rendered(view='/views/base.html ..... Traceback .... and so on. At the end of all messages it says: DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead

Zoramite commented 6 years ago

Hi @GerhardMes

The sdk update notice happens when we release new versions of grow. Yesterday I released a small fix for some SSL issues on macs. So that is why you see the message about updating.

The local gulp not found is something specific to gulp. Gulp likes to be installed in the local project, so if you run npm install gulp in the project directory that should fix it.

The actual Error building <Rendered(view='/views/base.html... with the tracebacks is the part that related directly with grow or an issue with the templates, so if you can post that part we can help with debugging it.