edx-pattern-library
Advanced tools
Comparing version 0.12.5 to 0.13.0
# Changelog | ||
- - - | ||
## 0.13.0 (2016-06-01) | ||
* Change $baseline to specify units as px | ||
* Add a Travis build | ||
- - - | ||
## 0.12.5 (2016-05-06) | ||
@@ -7,8 +15,14 @@ * Revamp the Pattern Library documentation | ||
- - - | ||
## 0.12.4 (2016-04-08) | ||
* Added checks to edx-icons.js to ensure it loads with or without RequireJS | ||
- - - | ||
## 0.12.3 (2016-04-07) | ||
* Fixed incorrect build settings for Modernizr | ||
- - - | ||
## 0.12.2 (2016-04-07) | ||
@@ -19,2 +33,4 @@ * Added custom Modernizr build the the Gulp workflow | ||
- - - | ||
## 0.12.1 (2016-04-02) | ||
@@ -21,0 +37,0 @@ * Rebuild the production assets |
{ | ||
"name": "edx-pattern-library", | ||
"version": "0.12.5", | ||
"version": "0.13.0", | ||
"author": "edX Pattern Library Team <pattern-library@edx.org>", | ||
@@ -33,7 +33,8 @@ "license": "Apache-2.0", | ||
"backbone": "*", | ||
"css-loader": "~0.23.1", | ||
"browser-sync": "*", | ||
"del": "*", | ||
"edx-ui-toolkit": "~0.10.0", | ||
"extract-text-webpack-plugin": "~1.0.1", | ||
"gulp": "*", | ||
"gulp-autoprefixer": "*", | ||
"gulp-changed": "*", | ||
@@ -44,2 +45,3 @@ "gulp-concat": "*", | ||
"gulp-gh-pages": "~0.5.4", | ||
"gulp-ignore": "2.0.1", | ||
"gulp-minify-css": "*", | ||
@@ -49,7 +51,4 @@ "gulp-modernizr": "*", | ||
"gulp-rename": "*", | ||
"gulp-sass": "*", | ||
"gulp-sourcemaps": "*", | ||
"gulp-uglify": "*", | ||
"gulp-util": "*", | ||
"gulp-webpack": "*", | ||
"lodash": "*", | ||
@@ -59,6 +58,11 @@ "merge-stream": "*", | ||
"modernizr": "*", | ||
"node-sass": "~3.7.0", | ||
"require-dir": "*", | ||
"run-sequence": "*", | ||
"sass-loader": "~3.2.0", | ||
"style-loader": "~0.13.1", | ||
"text-loader": "*", | ||
"webpack": "*" | ||
"underscore": "~1.8.3", | ||
"webpack": "~1.12.14", | ||
"webpack-stream": "~3.2.0" | ||
}, | ||
@@ -65,0 +69,0 @@ "scripts": { |
@@ -5,3 +5,3 @@ (function() { | ||
var path = require('path'), | ||
webpack = require('webpack'), | ||
Webpack = require('webpack'), | ||
outputRoot = process.env.OUTPUT_ROOT !== undefined ? process.env.OUTPUT_ROOT : 'pldoc/public/', | ||
@@ -11,10 +11,6 @@ siteRoot = process.env.SITE_ROOT !== undefined ? process.env.SITE_ROOT : '/', | ||
console.log('Site root = ' + siteRoot); | ||
module.exports = { | ||
entry: path.resolve(__dirname, 'pldoc/static/js/pattern-library.js'), | ||
output: { | ||
path: path.resolve(__dirname, outputRoot), | ||
publicPath: siteRoot + publicJavaScriptRoot, | ||
filename: 'pattern-library.js' | ||
publicPath: siteRoot + publicJavaScriptRoot | ||
}, | ||
@@ -31,6 +27,6 @@ modulesDirectories: ['node_modules'], | ||
plugins: [ | ||
new webpack.ProvidePlugin({ | ||
new Webpack.ProvidePlugin({ | ||
$: 'jquery' | ||
}), | ||
new webpack.IgnorePlugin(/^(config.js)$/) | ||
new Webpack.IgnorePlugin(/^(config.js)$/) | ||
], | ||
@@ -37,0 +33,0 @@ debug: true, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1641809
32
169
3503
27