ソースを参照

Put less file back to dist/less

Dante 9 年 前
コミット
fdd7b480aa
3 ファイル変更2046 行追加1 行削除
  1. 1 1
      changelog.txt
  2. 2044 0
      dist/less/bootstrap-dialog.less
  3. 1 0
      gulpfile.js

+ 1 - 1
changelog.txt

@@ -1,6 +1,6 @@
 LASTEST NOT RELEASED
 ------------------------------
-NONE
+* Refs #243 *
 
 V1.35.0
 ------------------------------

ファイルの差分が大きいため隠しています
+ 2044 - 0
dist/less/bootstrap-dialog.less


+ 1 - 0
gulpfile.js

@@ -22,6 +22,7 @@ var less_src = [
 gulp.task("less", function() {
   gulp.src(less_src)
     .pipe(concat("bootstrap-dialog.less"))
+    .pipe(gulp.dest("dist/less"))
     .pipe(less())
     .pipe(gulp.dest("dist/css"))
     .pipe(gulp.dest("src/css"))