Conversation
General goalsIn general, the goals for this refactor are:
SectionsSee https://gist.github.com/jonschlinkert/9452935 Config
PluginsMost of these will be published to their own projects (some are already), but I'm testing them here first. Any feedback/help in maintaining these as contrib plugins would be welcome:
HelpersSame as with plugins, some of these will get their own repos. Some existing helpers will get upgraded with these.
scripts / jquery
tbc |
|
Are you in need of any design related work with this PR? If not, I will gladly read though and edit documentation. |
|
I'm open to any kind of pr, although documentation in particular needs attention badly Sent from my iPhone
|
- Removed a few extra empty lines here and there - Remove options.removeHbsWhiespace - Add short examples to YFM options - Move "YFM Custom Options" from H2 to an H3 - Rewrite example in the "custom variables" option
- Make examples more straightforward - Add more context to the recommended naming scheme
- Merge "Include external content" example with "Markdown Includes" example. - Clean up the "Markdown block expression example"
…ds comments to these files to help others understand what's happening in the code.
Conflicts: content/docs/Workflows.md content/outline.md
General updates to docs
Add remote-origin-url into package.json and add Typeplate to users list
Install IE8 dependencies via Bower and concatenate into ie.min.js
|
👍 great thanks! everything looks great. don't revert the commit, I guess the prefixer is something we could probably do without since we use less than 0.8% of our site visits come from IE 8 and lower (and we use less.js, so mixins should cover everything modern). But... given that it's a build step and we'll be using uncss, let's just leave it. At least the 0.8% might have a better experience. Thanks a lot! |
|
btw, I know there hasn't been a lot of direct activity on assemble from @doowb and I recently, but we are working on assemble - can't say a lot yet but I think you'll be happy with what you see! |
|
No problem! Also, autoprefixer is great for checking to make sure you have all prefixes for all browsers in general. For example, when I get started on the homepage, I'll probably end up using Flexbox for some of the layout. Since the spec for Flexbox can be different between browsers, autoprefixer is a great tool to take care of it —which is the main reason I added it. |
|
Yeah, agreed it's a nice tool. We're probably going to either use autoprefixer in v2.0 of less.js or use it in a supported plugin for less.js. |
It's worth noting as well that there isn't an -ms- prefix on these properties. IE10 was the first browser to ship without a prefix on these. The betas of IE10 did use the prefix however, so you may see code using -ms-. It's not needed though.
- GitHub API requests are working
- Add Twitter cards, which will need to be approved by Twitter - Add OG - Add larger favicon support
Based of PR for v0.6.0
… into v0.3.0-update
Initial Assemble v0.6.0 Docs




Complete refactor.
This issue is for tracking progress against assemble-docs v0.3.0. This is a complete refactor.
I will be updating these issues, and the TODO's as we make progress. Please feel free to add your comments. There is still a lot to do, if you want to roll up your sleeves and help out, we'd love to have you! Pull requests are always greatly appreciated!