Skip to content

Commit e0e087a

Browse files
committed
edited gruntfile
1 parent c06fbc6 commit e0e087a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Gruntfile.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ module.exports = function( grunt ) {
6868
deploy: {
6969
options: {
7070
plugin_slug: 'wp-php-console',
71-
svn_user: 'nekojira',
72-
build_dir: 'svn',
73-
assets_dir: 'assets'
71+
build_dir: 'svn/trunk',
72+
assets_dir: 'svn/assets'
7473
}
7574
}
7675
},
@@ -82,7 +81,7 @@ module.exports = function( grunt ) {
8281

8382
// Register tasks
8483

85-
grunt.registerTask( 'release', ['clean', 'copy:trunk', 'copy:tag', 'compress'] );
84+
grunt.registerTask( 'release', ['clean', 'copy:assets', 'copy:trunk', 'copy:tag', 'compress'] );
8685

8786
grunt.registerTask( 'deploy', ['release', 'wp_deploy'] );
8887

File renamed without changes.

0 commit comments

Comments
 (0)