Skip to content
This repository has been archived by the owner on Jan 21, 2023. It is now read-only.

changed autoprefixer config in build task #126

Merged
merged 1 commit into from
May 3, 2015

Conversation

petertoth
Copy link

Hello,

When I built my yeogurt application I noticed that my css hasn't been autoprefixed.
Then I noticed that in build.js file there is

grunt.registerTask('build', 'Build a production ready version of your site.', [
  ...
  'autoprefixer:server',
  ...
]);

Changed to autoprefixer:dist, the css was autoprefixed properly.

Cheers

@larsonjj
Copy link
Owner

Great catch @petertoth 👍

Will take a look at this once I get some free time.

@larsonjj larsonjj self-assigned this Apr 28, 2015
@larsonjj larsonjj added the bug label Apr 28, 2015
larsonjj added a commit that referenced this pull request May 3, 2015
changed autoprefixer config in build task
@larsonjj larsonjj merged commit a062abc into larsonjj:master May 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants