Skip to content

Commit

Permalink
[BUGFIX] Remove postcss config for EXT:frontend
Browse files Browse the repository at this point in the history
Since EXT:frontend does not have CSS files anymore, the
postcss config for Grunt is not necessary anymore.

Resolves: #85225
Releases: master
Change-Id: Ibdecf246c2841e383d745dfdfbf7f3a7181be19b
Reviewed-on: https://review.typo3.org/57181
Reviewed-by: Benjamin Kott <benjamin.kott@outlook.com>
Tested-by: Benjamin Kott <benjamin.kott@outlook.com>
Reviewed-by: Andreas Fernandez <a.fernandez@scripting-base.de>
Tested-by: TYPO3com <no-reply@typo3.com>
Tested-by: Andreas Fernandez <a.fernandez@scripting-base.de>
  • Loading branch information
NeoBlack authored and andreaskienast committed Jun 11, 2018
1 parent 1e8b2d4 commit 65a6506
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Build/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ module.exports = function (grunt) {
form: {
src: '<%= paths.form %>Public/Css/*.css'
},
frontend: {
src: '<%= paths.frontend %>Public/Css/*.css'
},
install: {
src: '<%= paths.install %>Public/Css/*.css'
},
Expand Down

0 comments on commit 65a6506

Please sign in to comment.