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

implemented file content loader for file protocol #4

Merged
merged 2 commits into from
Jun 20, 2016

Conversation

smancke
Copy link
Member

@smancke smancke commented Jun 19, 2016

No description provided.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.06%) to 91.877% when pulling 43cd04b on file-based-fetch-definitions into 6e3b190 on master.

@smancke
Copy link
Member Author

smancke commented Jun 20, 2016

@tarent/tcc-dev

}

func (loader *FileContentLoader) Load(fd *FetchDefinition) (Content, error) {
if fd.RespProc != nil {
Copy link
Contributor

Choose a reason for hiding this comment

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

für welche dateien ist denn der contentloader hier gedacht? mir fällt grad nichts ein was ein ui-service von sich aus ausliefert. die assets und layouts werden ja alle über z.B. den component-service gezogen. Oder willst du das prinzipiell ändern?

Copy link
Member Author

Choose a reason for hiding this comment

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

I had the need for a different usecase, but I could also imagine that for error pages, which should be there always.

Copy link
Contributor

Choose a reason for hiding this comment

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

ok

@coveralls
Copy link

Coverage Status

Coverage increased (+0.7%) to 92.505% when pulling ba8ca96 on file-based-fetch-definitions into 6e3b190 on master.

@smancke smancke merged commit 1397b79 into master Jun 20, 2016
@smancke smancke deleted the file-based-fetch-definitions branch June 20, 2016 12:18
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.

None yet

3 participants