Skip to content

Commit

Permalink
Merge pull request #372 from mitodl/gs/remove_node_neat
Browse files Browse the repository at this point in the history
Removed node-neat
  • Loading branch information
George Schneeloch committed May 23, 2016
2 parents ae8150f + e5ca26f commit eccfb1c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"lodash": "4.11.2",
"material-ui": "0.15.0",
"moment": "2.13.0",
"node-neat": "1.7.2",
"node-sass": "3.7.0",
"object.entries": "1.0.3",
"react": "15.0.2",
Expand Down
2 changes: 0 additions & 2 deletions static/scss/_grid-settings.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import "neat-helpers"; // or "neat-helpers" when in Rails

// Change the grid settings
$column: 100px;
$gutter: 5px;
Expand Down
2 changes: 0 additions & 2 deletions static/scss/layout.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import "bourbon";
@import "neat";
@import "grid-settings";
@import "variables";
@import "header";
Expand Down
5 changes: 0 additions & 5 deletions webpack.config.shared.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
var path = require("path");
var webpack = require("webpack");
var NodeNeat = require("node-neat");

module.exports = {
entry: {
Expand Down Expand Up @@ -42,10 +41,6 @@ module.exports = {
]
},

sassLoader: {
includePaths: NodeNeat.includePaths
},

resolve: {
modulesDirectories: ['node_modules'],
extensions: ['', '.js', '.jsx']
Expand Down

0 comments on commit eccfb1c

Please sign in to comment.