Skip to content

Commit

Permalink
Merge pull request #115 from vektor-inc/develop
Browse files Browse the repository at this point in the history
0.9.2
  • Loading branch information
kurudrive committed Jun 7, 2018
2 parents 3bb112c + bc22e28 commit 33db977
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
'use strict';

var gulp = require('gulp');
var runSequence = require('run-sequence'); // 同期的に処理してくれる

gulp.task('copy', function() {
return gulp.src(
[
'./**/*.png',
'./**/*.jpg',
'./**/*.gif',
'./**/*.php',
'./assets/**',
'./inc/**',
Expand All @@ -24,8 +27,8 @@ gulp.task('copy', function() {
gulp.task('build:dist',function(){
/* ここで、CSS とか JS をコンパイルする */
});

gulp.task('dist', function(cb){
// return runSequence( 'build:dist', 'copy', cb );
return runSequence( 'build:dist', 'copy', cb );
});
});
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme Name: BillVektor
Description:
Author: Vektor,Inc.
Author URI:
Version:0.9.1
Version:0.9.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

0 comments on commit 33db977

Please sign in to comment.