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

fix(gen): Use yeoman.{styles,app} variable instead of hardcoded strings in Gruntfile template. #158

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

huerlisi
Copy link
Contributor

@huerlisi huerlisi commented Feb 6, 2015

No description provided.

@huerlisi huerlisi changed the title Use yeoman.styles variable instead of hardcoded 'styles' in Gruntfile template. fix: Use yeoman.styles variable instead of hardcoded 'styles' in Gruntfile template. Feb 6, 2015
@huerlisi
Copy link
Contributor Author

huerlisi commented Feb 6, 2015

Also includes a fix to replace lib for ionic font in Grunfile template. Possibly creates a merge conflict with #159.

@huerlisi huerlisi changed the title fix: Use yeoman.styles variable instead of hardcoded 'styles' in Gruntfile template. fix(gen): Use yeoman.styles variable instead of hardcoded 'styles' in Gruntfile template. Feb 6, 2015
@huerlisi huerlisi changed the title fix(gen): Use yeoman.styles variable instead of hardcoded 'styles' in Gruntfile template. fix(gen): Use yeoman.{styles,app} variable instead of hardcoded strings in Gruntfile template. Feb 6, 2015
@@ -278,7 +278,7 @@ module.exports = function (grunt) {
},
fonts: {
expand: true,
cwd: 'app/lib/ionic/release/fonts/',
cwd: '<%%= yeoman.app %>/lib/ionic/release/fonts/',

Choose a reason for hiding this comment

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

This should be: cwd: '<%= yeoman.app %>/bower_components/ionic/release/fonts/',

@huerlisi huerlisi force-pushed the fixes/use-yeoman-styles branch 2 times, most recently from 4c88386 to 0001b80 Compare May 26, 2015 13:26
@huerlisi
Copy link
Contributor Author

@beaubrewer thanks for the hint regarding bower_components, fixed now.

Rebase on master and updated the commit messages to follow conventions.

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.

2 participants