-
Notifications
You must be signed in to change notification settings - Fork 41
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
We should have a way of generating non-moonboots examples, either with grunt/gulp/make or something #43
Comments
👍 Mainly, it would be helpful if the scaffolding made it easier to go from local development to deployment on a static server. I've been trying to do that with Grunt/Gulp but with no success so far. |
I'm currently using grunt, with a heroku buildpack that allows for the production versions of javascript and css to be compiled on heroku. I think the reason I ended up not using moonboots was that I wanted to use sass which requires ruby gems, especially if you want to use any other sass plugins like compass. |
@garrettn Curious if you've tried https://www.npmjs.org/package/grunt-moonboots? I've never used it but the description says it wraps |
@lukekarrys Thanks! I hadn't seen that one. It's hard to tell from the documentation whether it provides any real advantage over using Moonboots directly, but it might be worth a look. |
Yes, I've also been using In my experience, support of multiple configurations can get a little hairy. But you've already gone down this path to some degree with |
+1. Support, examples, etc, for a static server is even more important than for express, IMO. I would think we can & should make it agnostic to the build technology (grunt, gulp, make, etc). The simpler the better. I've been developing a tutorial for internal use that just uses browserify and/or watchify, and included one-liners for them as npm scripts... |
I'm looking into using AmpesandJS for my next project and I'm trying to make the current hapi.js setup on with gulp.js and handlebars templates, if successful is this something that would interest you? |
@rcsole Here's my sample Hope this helps as a base. Let me know if you have any questions. I some other tasks set up for linting, sass, etc if you are interested.
|
See https://twitter.com/robhawkes/status/506380436919300096 for context.
The text was updated successfully, but these errors were encountered: