Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit

Permalink
Updated npm packages, fixed Modernizr errors (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Jackson authored and euantorano committed Sep 18, 2017
1 parent cf3af4d commit b2252e1
Show file tree
Hide file tree
Showing 18 changed files with 25,956 additions and 9,392 deletions.
6 changes: 3 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ gulp.task("images", () => {

gulp.task("typescript", () => {
return rollup({
entry: 'resources/assets/typescript/mybb.ts',
input: 'resources/assets/typescript/mybb.ts',
format: 'iife',
sourceMap: 'inline',
sourcemap: 'inline',
plugins: [
typescript(),
babel({
Expand All @@ -55,7 +55,7 @@ gulp.task("typescript", () => {
});

gulp.task("modernizr", function() {
gulp.src('./public/assets/*.js')
gulp.src('./public/assets/**/*.js')
.pipe(modernizr())
.pipe(gulp.dest("./public/assets/js/"))
});
Expand Down
25 changes: 18 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,23 @@
"devDependencies": {
"@claviska/jquery-dropdown": "^2.0.3",
"Stepper": "git+ssh://[email protected]/FormStoneClassic/Stepper.git",
"autosize": "^3.0.15",
"babel-preset-es2015-rollup": "^1.2.0",
"autosize": "^4.0.0",
"babel-core": "^6.26.0",
"babel-preset-es2015-rollup": "^3.0.0",
"css-loader": "^0.28.7",
"datetimepicker": "^0.1.30",
"dropit": "^1.0.0",
"dropzone": "^4.3.0",
"dropzone": "^5.1.1",
"extract-text-webpack-plugin": "^3.0.0",
"fastclick": "^1.0.6",
"file-loader": "^0.11.2",
"font-awesome": "^4.6.3",
"gulp": "^3.9.1",
"gulp-imagemin": "^3.0.1",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-sourcemaps": "^2.2.0",
"hideshowpassword": "^2.0.10",
"image-webpack-loader": "^3.4.2",
"jquery": "^3.1.0",
"jquery-jcrop": "^0.9.13",
"jquery-modal": "^0.8.0",
Expand All @@ -44,11 +49,17 @@
"lang.js": "git+ssh://[email protected]/euantorano/Lang.js.git",
"laravel-elixir": "^6.0.0-13",
"modernizr": "^3.3.1",
"normalize-scss": "^6.0.0",
"rollup-plugin-babel": "^2.6.1",
"node-sass": "^4.5.3",
"normalize-scss": "^7.0.0",
"resolve-url-loader": "^2.1.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^1.0.1",
"rollup-plugin-uglify": "^2.0.1",
"rollup-stream": "^1.14.0",
"vinyl-source-stream": "^1.1.0"
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"vinyl-source-stream": "^1.1.0",
"webpack": "^3.6.0"
}
}
Loading

0 comments on commit b2252e1

Please sign in to comment.