Skip to content

Commit

Permalink
Added hxrgba and autoprefixer postcss plugins (#54)
Browse files Browse the repository at this point in the history
* Added hexrgba postcss plugin

* Added postcss autoprefixer plugin

* Remove node fs config
  • Loading branch information
mmsbrggr authored and danrot committed Jul 26, 2017
1 parent 663e036 commit ac3df3d
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 53 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"sulu-admin-bundle": "file:vendor/sulu/sulu/src/Sulu/Bundle/AdminBundle/Resources/js"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
Expand All @@ -19,6 +20,7 @@
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"glob": "^7.1.2",
"postcss-hexrgba": "^0.2.1",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.6",
"postcss-nested": "^2.0.2",
Expand Down
2 changes: 2 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ module.exports = {
'postcss-import': {},
'postcss-nested': {},
'postcss-simple-vars': {},
'postcss-hexrgba': {},
'autoprefixer': {},
}
};

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions web/adminV2/main.233dff2285a5ecaa612d.css

This file was deleted.

39 changes: 39 additions & 0 deletions web/adminV2/main.a70fb2304a7bf7879b0c.js

Large diffs are not rendered by default.

44 changes: 0 additions & 44 deletions web/adminV2/main.be48f13724ccd5de2574.js

This file was deleted.

4 changes: 2 additions & 2 deletions web/adminV2/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"/adminV2/fonts/fontawesome-webfont.ttf?v=4.7.0": "/adminV2/fonts/fontawesome-webfont.b06871f281fee6b241d60582ae9369b9.ttf",
"/adminV2/fonts/fontawesome-webfont.woff2?v=4.7.0": "/adminV2/fonts/fontawesome-webfont.af7ae505a9eed503f8b8e6982036873e.woff2",
"/adminV2/fonts/fontawesome-webfont.woff?v=4.7.0": "/adminV2/fonts/fontawesome-webfont.fee66e712a8a08eef5805a46892932ad.woff",
"main.css": "adminV2/main.e235824d51ce78afc67b.css",
"main.js": "adminV2/main.be48f13724ccd5de2574.js"
"main.css": "adminV2/main.1cd04736cf3b7bb03323.css",
"main.js": "adminV2/main.a70fb2304a7bf7879b0c.js"
}
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ module.exports = {
'Promise': 'promise-polyfill',
})
],
}
};

0 comments on commit ac3df3d

Please sign in to comment.