jhendley25 / generator-dyno

Yeoman Generator that gives ya ES6-ready Javascript, Browserify, Gulp, Jade, and Compass/Sass.
85 stars 14 forks source link

added prompt for installing underscore/jquery by default #33

Closed jhendley25 closed 9 years ago

jhendley25 commented 9 years ago

@iDuuck can I get a +1 on this pr? It adds a prompt for installing some bower packages by default.

We may want to add something like var $ = require("jquery") to the example.js file as a way to educate people that you can simply require bower components now.

iduuck commented 9 years ago

Giving a +1 if you add this var $ = require('jquery') and var _ = require('underscore') lines.