Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove post-css library, unused. #2574

Merged
merged 1 commit into from
Feb 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
30 changes: 0 additions & 30 deletions refinery/ui/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,35 +129,6 @@ module.exports = function (grunt) {
};

grunt.initConfig({
/*
* Add vendor prefixes to out CSS to ensure better browser support.
*/
postcss: {
options: {
processors: [
require('autoprefixer')({ browsers: [
'> 5%',
'last 2 versions',
'Firefox ESR',
'Explorer >= 10',
'iOS >= 6',
'Opera >= 12',
'Safari >= 6'
] })
]
},
styles: {
files: [
{
expand: true,
cwd: '<%= cfg.basePath.ui.src %>/styles',
src: ['**/*.css'],
dest: '<%= cfg.basePath.ui.tmp %>/styles'
}
]
}
},

/*
* Read configs from `config.json`. Separating scripts and configs help
* to keep things readable.
Expand Down Expand Up @@ -851,7 +822,6 @@ module.exports = function (grunt) {
'clean:uiCompile',
'clean:staticCompile',
'less:compile',
'postcss',
// IMPORTANT:
// `concat-by-feature:compile` has to be called before `ngAnnotate` because
// it adds features to the `ngAnnotate` task.
Expand Down
1 change: 0 additions & 1 deletion refinery/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"grunt-karma": "1.0.0",
"grunt-newer": "1.2.0",
"grunt-ng-annotate": "2.0.1",
"grunt-postcss": "0.8.0",
"hasbin": "1.1.1",
"isbinaryfile": "3.0.0",
"jasmine-core": "2.3.4",
Expand Down