9 Star 23 Fork 6

schama / XMPlayer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Gruntfile.js 498 Bytes
一键复制 编辑 原始数据 按行查看 历史
schama.xie 提交于 2014-04-28 23:18 . 创建项目
'use strict';
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
nodewebkit: {
options: {
version: '0.9.2',
build_dir: './build',
mac: false,
win: false,
linux32: false,
linux64: true
},
src: ['./XMPlayer/**/*']
},
});
// These plugins provide necessary tasks.
grunt.loadNpmTasks('grunt-node-webkit-builder');
// Default task.
grunt.registerTask('default', ['nodewebkit']);
};
NodeJS
1
https://gitee.com/schama/XMPlayer.git
git@gitee.com:schama/XMPlayer.git
schama
XMPlayer
XMPlayer
master

搜索帮助