Browse Source

Put less file back to dist/less

Dante 9 years ago
parent
commit
fdd7b480aa
3 changed files with 2046 additions and 1 deletions
  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
 ------------------------------

File diff suppressed because it is too large
+ 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"))