Author: jruchaud Date: 2015-05-26 16:16:18 +0000 (Tue, 26 May 2015) New Revision: 1502 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1502 Log: Remove useless grunt file Removed: wit/gruntfile.js Deleted: wit/gruntfile.js =================================================================== --- wit/gruntfile.js 2015-05-26 16:15:26 UTC (rev 1501) +++ wit/gruntfile.js 2015-05-26 16:16:18 UTC (rev 1502) @@ -1,30 +0,0 @@ -"use strict"; - -module.exports = function(grunt) { - - grunt.initOptions = function() { - }; - - grunt.initConfig({ - nodewebkit: { - options: { -// platforms: ['win','osx',"linux"], - platforms: ["linux64"], - version: "0.12.2", - buildDir: "./webkitbuilds" // Where the build version of my node-webkit app is saved - }, - src: [ // Your node-webkit app - "./*.html", - "./node_modules/**", - "./package.json", - "./font/**", - "./img/**", - "./css/**", - "./js/**" - ] - } - }); - - grunt.loadNpmTasks("grunt-node-webkit-builder"); - grunt.registerTask("default", ["nodewebkit"]); -};
participants (1)
-
jruchaud@users.nuiton.org