ryan neptune

Results 26 issues of ryan neptune

The [1.7-](../releases) viewport methods are simple getters: ``` js $.viewportW() // get viewport width $.viewportH() // get viewport height ``` It could be useful to let these support a `min`...

enhancement

I just updated Hybrid from 1.1 to 1.2 on my friend's [website](http://thoroughbredzone.com) which uses a [Skeleton](http://themehybrid.com/themes/skeleton)-based theme and got PHP warnings on his homepage for meta functions no longer existing...

Are there guidelines for naming [grunt-init](../) templates? Should community-made templates have (or not have) a particular prefix? Do templates have a specific npm tag like [plugins](https://www.npmjs.org/browse/keyword/gruntplugin) do?

There's already the `.postprocess` option. It would be super useful to have `.preprocess` too.

request

Renaming these methods could improve inclusion - `enable` - `enabled` - `disable` - `disabled` New names TBD

I wrote a better [module for standard attributes](https://github.com/ryanve/atts). I think [`dope`](../) should only expose methods that directly involve dataset. This would improve [cohesion](http://en.wikipedia.org/wiki/Cohesion_%28computer_science%29) and make `dope` better suited for consumption...