Skip to content

Commit

Permalink
Merge pull request #21 from benrlodge/fix-typo-dep
Browse files Browse the repository at this point in the history
update build files
  • Loading branch information
benrlodge authored Sep 14, 2016
2 parents 252b0c5 + 16c6f8a commit 360ff9d
Show file tree
Hide file tree
Showing 5 changed files with 75 additions and 16,244 deletions.
16,296 changes: 55 additions & 16,241 deletions dist/react-simplemde-editor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/react-simplemde-editor.min.js.map

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions dist/simplemde.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
var gulp = require('gulp');
var dist = 'dist/';

gulp.task('styles', function(){
return gulp.src('./node_modules/simplemde/dist/simplemde.min.css')
.pipe(gulp.dest(dist))
});

// by default build project and then watch files in order to trigger livereload
gulp.task('default', ['styles']);
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-simplemde-editor",
"homepage": "http://www.benrlodge.com",
"repository": "https://github.com/benrlodge/react-simplemde-editor",
"version": "3.6.0",
"version": "3.6.1",
"author": "Ben Lodge",
"license": "MIT",
"dependencies": {
Expand All @@ -28,7 +28,7 @@
},
"scripts": {
"build": "webpack --progress --colors",
"build-prod": "NODE_ENV=production webpack --progress --colors",
"build-prod": "NODE_ENV=production webpack --progress --colors && gulp",
"build-all" : "npm run build && npm run build-prod"
}
}

0 comments on commit 360ff9d

Please sign in to comment.