Core team for Less.js.
Passionate about fixing process problems. I really enjoy deconstructing big problems into small patterns, so that I can fix them and put everything back together.
I am the founder and CEO of Sellside, a company focused on decreasing the distance between any two points in the supply chain.
|
2d
|
|
comment |
Twitter bootstrap hex to rgba? Is this mixin? This doesn't work in Bootstrap or in Less.js. I have no idea why this was voted as the correct answer. |
|
2d
|
|
revised |
Twitter bootstrap hex to rgba? add translucent mixin |
|
2d
|
|
revised |
Does LESS have an "extend" feature? grammar |
|
May
18 |
|
answered | is there an easy way to design html handlebars templates |
|
May
15 |
|
answered | Less and Bootstrap: how to use a span3 (or spanX [any number]) class as a mixin? |
|
May
15 |
|
comment |
Less and Bootstrap: how to use a span3 (or spanX [any number]) class as a mixin? FYI, unless I'm missing something, you didn't add an external resource to the jsfiddle (e.g. less.js) which would allow it to compile less. A better resource for testing is less2css.org |
|
May
14 |
|
comment |
Are there any modern standards for building HTML5 applications with a build program? Yeah, that's exactly what Assemble was created to do. And Assemble is just a Grunt.js plugin |
|
May
12 |
|
comment |
Is there a tool for converting JavaScript to CoffeeScript? I created a grunt plugin for js2coffee if anyone is interested: github.com/jonschlinkert/grunt-js2coffee |
|
May
10 |
|
comment |
Is there a standard static site generator for Grunt.js? That's great! Thanks for the feedback and kind words. FYI, I recently put up a few example repos, listed here github.com/assemble/assemble-examples. And a great place to learn how the templates and data work is to checkout the tests and examples folders in the assemble repos. I'm having a lot of fun with the helpers in particular (github.com/assemble/helper-lib). If you need any help create an issue on GitHub and we'll help you out |
|
May
5 |
|
comment |
Is there a standard static site generator for Grunt.js? Yeah nunjucks looks pretty awesome, and sorry about the lack of examples. We built assemble for ourselves just a few months ago, and we didn't put much time into docs at first because we didn't need any docs internally. But that would definitely be a turnoff to anyone outside of our team - we're changing that now, thanks for the honest feedback. |
|
May
5 |
|
answered | how to make a JSON for putting src and dest addresses in it and we can call that JSON in our grunt.js? |
|
May
4 |
|
answered | component builder with PHP or Nodejs |
|
May
4 |
|
awarded | Tumbleweed |
|
May
3 |
|
revised |
Does LESS have an "extend" feature? deleted 123 characters in body |
|
Apr
27 |
|
answered | Node.js: the website deploy strategy |
|
Apr
27 |
|
answered | Is there a standard static site generator for Grunt.js? |
|
Apr
27 |
|
asked | In the Grunt.js docs, there is a "this.filessrc" option, is it possible to do "this.filesDest"? |
|
Apr
27 |
|
comment |
Combine JSON files with grunt-contrib-concat So this actually works? Wouldn't this just create duplicate objects/properties? I see how you've hard-coded the "numbers" object in the target, but it seems like this wouldn't work without doing that. I found this question because I just created a grunt task to create JSON/YAML "manifests", github.com/assemble/assemble-manifest, and I'm thinking of doing something similar to what you're describing. If I can get more info about use cases it might help me decide the best way to merge objects and properties. |
|
Apr
25 |
|
revised |
Condensed table with twitter bootstrap accordion updated code, add link to jsfiddle |
|
Apr
25 |
|
comment |
Condensed table with twitter bootstrap accordion Thanks, I updated the example for anyone who might need this still. |