Skip to content

Commit

Permalink
Added pruning to make the build smaller, and using disk images for be…
Browse files Browse the repository at this point in the history
…tter compression
  • Loading branch information
gillesdemey committed Mar 2, 2016
1 parent 956d631 commit 05d7f99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ module.exports = function(grunt) {
version : '0.36.9',
platform : 'darwin',
arch : 'x64',
// ignore : 'node_modules/',
prune : true,
'app-version' : packageJson.version,
'app-bundle-id' : 'com.gillesdemey.cumulus'
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"start": "grunt",
"build:osx": "grunt build:osx && cp ./cumulus.icns dist/Cumulus.app/Contents/Resources/atom.icns && npm run package:osx",
"package:osx": "zip -r -X dist/Cumulus-$npm_package_version-osx.zip dist/Cumulus.app"
"package:osx": "hdiutil create -format UDZO -volname Cumulus -srcfolder dist dist/Cumulus-$npm_package_version-osx.dmg"
},
"devDependencies": {
"browserify": "^10.0.0",
Expand Down

0 comments on commit 05d7f99

Please sign in to comment.