karad / lein_template_descjop

A Leiningen template(Clojure/ClojureScript Project) for Web based desktop application with Electron (atom-shell).
http://descjop.org
394 stars 16 forks source link

grunt-download-atom-shell does not work #1

Closed karad closed 9 years ago

karad commented 9 years ago

github repogitory moved atom/atom-shell -> atom/electon...

karad commented 9 years ago

wrote issue.

download fails because repository changed atom/atom-shell to atom/electon · Issue #22 · atom/grunt-download-atom-shell https://github.com/atom/grunt-download-atom-shell/issues/22

ivanreese commented 9 years ago

+1

For the time being, this fork of grunt-download-atom-shell works fine: https://github.com/simtel12/grunt-download-atom-shell/blob/update_for_electron_rename/tasks/download-electron-shell-task.coffee. Make sure you change the Gruntfile.js to version 0.24 and the task to download-electron-shell, and run ./atom-shell/Electron.app/Contents/MacOS/Electron app to launch the app.

By the way, thanks @karad for putting this template together (found it via the CLJ Google Group). I've been meaning to try using CLJS with NW.js, so getting to easily try Atom Shell (err... Electron) is going to be great for comparison.

karad commented 9 years ago

@ivanreese Thanks for advice! just grunt-download-electron https://github.com/atom/grunt-download-electron has been released. so, i released version 0.1.1. try it!!