-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Conversation
selector: 'md-card', | ||
templateUrl: './components/card/card.html', | ||
styleUrls: ['./components/card/card.css'], | ||
templateUrl: 'ard.html', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
4c612c6
to
2381c55
Compare
3be9e89
to
09b8276
Compare
var angularAppTree = new Angular2App(defaults, { | ||
sourceDir: 'src/', | ||
const appTree = buildAppTree(defaults); | ||
const cssAutoprefixed = autoPrefixerTree(new Funnel(appTree, { |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some.
LGTM |
@hansl looks like the inline-resources task isn't working. I think you just have to update the gulpfile. |
Don't tell me it doens't support relative path of resources :( |
8142a83
to
c32c802
Compare
|
||
/** | ||
* Simple Promiseify function that takes a Node API and return a version that supports promises. | ||
*/ |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
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.
Fixes the body container collapsing on IE, causing the footer to show up right under the navigation.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
No description provided.