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

Sub pages styles #643

Merged
merged 1 commit into from
Jun 12, 2015
Merged

Sub pages styles #643

merged 1 commit into from
Jun 12, 2015

Conversation

sebworks
Copy link
Contributor

-Created sub-directory for page specific styles.
-Create sub-pages.less for sub-pages styles.
-Updated grunt watch task.

Changes

  • Updated 'Gruntfile.js' to change watch to monitor sub-directory.
  • Moved page specific styles to their own directory.

Test

  • Browse website and hope things aren't broken.

Review

@@ -314,7 +314,7 @@ module.exports = function(grunt) {
tasks: ['css', 'js']
},
css: {
files: ['<%= loc.src %>/static/css/*.less'],
files: ['<%= loc.src %>/static/css/**/*.less`'],
Copy link
Contributor

Choose a reason for hiding this comment

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

There's an extra ` that seems to be affecting the task.

@KimberlyMunoz
Copy link
Contributor

👍

@anselmbradford
Copy link
Member

👍 👍 fixes part of #253

sebworks added a commit that referenced this pull request Jun 12, 2015
@sebworks sebworks merged commit 2d01cba into flapjack Jun 12, 2015
@sebworks sebworks deleted the sub_pages_styles branch June 12, 2015 14:16
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.

3 participants