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

Gruntfile updates #69

Merged
merged 2 commits into from
Mar 30, 2015
Merged

Gruntfile updates #69

merged 2 commits into from
Mar 30, 2015

Conversation

mdo
Copy link
Contributor

@mdo mdo commented Mar 28, 2015

Fixes #23 by:

  • Updating the Gruntfile to run Autoprefixer on our compiled _site directory. Normally this does nothing, but since we publish our Jekyll-based site with the build control plugin, this is a-okay.
  • Updates the default and publish tasks to provide this functionality during normal dev and publishing.

@mdo mdo added bug labels Mar 28, 2015
@mdo mdo added this to the v2.0.3 milestone Mar 28, 2015

// Publish to GitHub
grunt.registerTask('publish', ['jekyll', 'buildcontrol:pages']);
grunt.registerTask('publish', ['jekyll', 'autoprefixer:docs', 'buildcontrol:pages']);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long.

mdo added a commit that referenced this pull request Mar 30, 2015
@mdo mdo merged commit d373acd into master Mar 30, 2015
@mdo mdo deleted the gruntfile_tweaks branch March 30, 2015 18:35
@mdo mdo mentioned this pull request Mar 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tooltip example broken in Safari
2 participants