mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Build : add grunt desktop-mac target
This commit is contained in:
parent
6a4d3cb106
commit
4e1f6bee3f
@ -259,7 +259,8 @@ module.exports = function(grunt) {
|
||||
grunt.registerTask('default', ['clean:before', 'lint', 'build']);
|
||||
|
||||
// Build stand alone app with nodewebkit
|
||||
grunt.registerTask('desktop', ['default', 'nodewebkit']);
|
||||
grunt.registerTask('desktop', ['default', 'nodewebkit:windows']);
|
||||
grunt.registerTask('desktop-mac', ['default', 'nodewebkit:macos']);
|
||||
|
||||
// Start webserver and watch for changes
|
||||
grunt.registerTask('serve', ['build', 'express:regular', 'open:regular', 'express-keepalive', 'watch']);
|
||||
|
Loading…
Reference in New Issue
Block a user