v1.0.0-beta.1 needs gult installed - No lib folder

Hi there,
In case anyone has the problem of the missing ./www/lib folder I got it working once I installed gult.

Im running Mac OS X by the way.

$ sudo npm install -g gulp
$ sudo npm install -g gulp-sass
$ ionic start myapp

Thanks, added gulp installation instructions to all of the pages that tell you to install ionic.

1 Like

I was wondering why you guys don’t use Grunt (anymore?) for Ionic. But after checking this presentation, I know exactly why:

http://markdalgleish.github.io/presentation-build-wars-gulp-vs-grunt

This is one of the downsides of our profession. Two weeks ago something (grunt) seemed super awesome to use and the best solution. Today, I’m convinced I’m better out with Gulp.

I like Gulp’s code approach and really don’t fully understand Grunt’s config files.