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

build: separate demo-app in its own directory. #451

Merged
merged 2 commits into from
May 18, 2016
Merged

Conversation

hansl
Copy link
Contributor

@hansl hansl commented May 16, 2016

No description provided.

@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label May 16, 2016
selector: 'md-card',
templateUrl: './components/card/card.html',
styleUrls: ['./components/card/card.css'],
templateUrl: 'ard.html',
Copy link
Contributor

Choose a reason for hiding this comment

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

typo

@jelbourn jelbourn added the in progress This issue is currently in progress label May 16, 2016
@hansl hansl force-pushed the sourcedir branch 4 times, most recently from 4c612c6 to 2381c55 Compare May 17, 2016 17:22
@hansl hansl changed the title wip(build): separate demo-app in its own directory. build: separate demo-app in its own directory. May 17, 2016
@hansl hansl force-pushed the sourcedir branch 6 times, most recently from 3be9e89 to 09b8276 Compare May 18, 2016 18:49
@hansl hansl added pr: needs review and removed in progress This issue is currently in progress labels May 18, 2016
var angularAppTree = new Angular2App(defaults, {
sourceDir: 'src/',
const appTree = buildAppTree(defaults);
const cssAutoprefixed = autoPrefixerTree(new Funnel(appTree, {
Copy link
Member

Choose a reason for hiding this comment

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

The changes in this file would use some high-level comments explaining what's going on.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added some.

@jelbourn
Copy link
Member

LGTM

@jelbourn
Copy link
Member

@hansl looks like the inline-resources task isn't working. I think you just have to update the gulpfile.

@hansl
Copy link
Contributor Author

hansl commented May 18, 2016

Don't tell me it doens't support relative path of resources :(

@hansl hansl force-pushed the sourcedir branch 2 times, most recently from 8142a83 to c32c802 Compare May 18, 2016 21:00

/**
* Simple Promiseify function that takes a Node API and return a version that supports promises.
*/
Copy link
Member

Choose a reason for hiding this comment

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

Add comment for why you need this function in this script.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

@jelbourn
Copy link
Member

You're also got a lint error.

This also improves upon the relative path problem. All template paths
now should be relative. Also, we can now include double-quotes in
CSS/HTML.
@hansl hansl merged commit 9e308a6 into angular:master May 18, 2016
@hansl hansl deleted the sourcedir branch May 18, 2016 22:08
andrewseguin pushed a commit to andrewseguin/components that referenced this pull request Oct 15, 2018
Fixes the body container collapsing on IE, causing the footer to show up right under the navigation.
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants