Skip to content

we-tool/gulp-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-app

Easily run gulp tasks from the tray menu and get notified when it's finished.

Forked from sindresorhus/gulp-app to support Windows as well as OSX.

Install electron

Electron is cached at ~/.electron or %USERPROFILE%\.electron folder on Windows.

Download the right version from http://electron.atom.io and place the zip at the cache folder.

Add it to the PATH.

Run the app

$ cd ./gulp-app
$ electron ./app

Package the app (not work now..)

$ npm i -g electron-packager
$ ls ~/.electron   # to see the versions you own
$ dir %USERPROFILE%\.electron   # or on Windows
$ cd ./gulp-app
$ electron-packager ./app Gulp --cache=%USERPROFILE%\.electron --platform=win32 --arch=x64 --version=0.31.0   # specify the flags you need

License

MIT © Sindre Sorhus