mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
move files
This commit is contained in:
parent
62a3ab6881
commit
2632dda0f7
20
Gruntfile.js
20
Gruntfile.js
@ -157,7 +157,7 @@ module.exports = function(grunt) {
|
||||
dest: 'dist/kinetic-v<%= pkg.version %>.min.js'
|
||||
}]
|
||||
},
|
||||
prod4: {
|
||||
updateBower: {
|
||||
options: {
|
||||
variables: {
|
||||
version: '<%= pkg.version %>'
|
||||
@ -165,7 +165,7 @@ module.exports = function(grunt) {
|
||||
prefix: '@@'
|
||||
},
|
||||
files: [{
|
||||
src: ['bower-template.json'],
|
||||
src: ['resources/bower-template.json'],
|
||||
dest: 'bower.json'
|
||||
}]
|
||||
}
|
||||
@ -191,12 +191,12 @@ module.exports = function(grunt) {
|
||||
prod1: {
|
||||
nonull: true,
|
||||
src: 'dist/kinetic-v<%= pkg.version %>.min.js',
|
||||
dest: 'kinetic.min.js',
|
||||
dest: 'kinetic.min.js'
|
||||
},
|
||||
prod2: {
|
||||
nonull: true,
|
||||
src: 'dist/kinetic-v<%= pkg.version %>.js',
|
||||
dest: 'kinetic.js',
|
||||
dest: 'kinetic.js'
|
||||
}
|
||||
},
|
||||
shell: {
|
||||
@ -217,10 +217,10 @@ module.exports = function(grunt) {
|
||||
files: ['src/**/*.js'],
|
||||
tasks: ['dev'],
|
||||
options: {
|
||||
spawn: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
spawn: false
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@ -245,14 +245,14 @@ module.exports = function(grunt) {
|
||||
'replace:prod1',
|
||||
'replace:prod2',
|
||||
'replace:prod3',
|
||||
'replace:prod4',
|
||||
'replace:updateBower',
|
||||
'copy:prod1',
|
||||
'copy:prod2'
|
||||
]);
|
||||
|
||||
grunt.registerTask('docs', 'Generate docs', [
|
||||
'full',
|
||||
'shell:jsdoc',
|
||||
'shell:jsdoc'
|
||||
]);
|
||||
|
||||
grunt.registerTask('hint', 'Check hint errors', ['jshint']);
|
||||
|
@ -26,7 +26,7 @@ We are using [node-canvas](https://github.com/LearnBoost/node-canvas) to create
|
||||
2. `npm install jsdom`
|
||||
3. `npm install kinetic`
|
||||
|
||||
See file `nodejs-demo.js` for example.
|
||||
See file `resources/nodejs-demo.js` for example.
|
||||
|
||||
#Change log
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user