yeoman / generator-mobile

Scaffold out a mobile project based on Web Starter Kit
http://yeoman.io
918 stars 99 forks source link

fail to run grunt command on Mavericks, Windows 7 and Wondows 8.1 #46

Closed newaeonweb closed 10 years ago

newaeonweb commented 10 years ago

Almost all JS files don't pass on JSHINT validation, more than 106 error on many scripts. Responsive_images task doesn't work alone or with grunt command. Too many errors, any help?

SBoudrias commented 10 years ago

You shouldn't check library files for jshint errors. They most probably have their own jshint config and preference not matching yours.

dilrajahdan commented 10 years ago

Responsive images tasks - change the config in gruntfile.js from /screenshots/ to <% yeoman.app %>/screenshots/

Then run grunt autoshot

This should generate screenshots in your app/screenshots directory

newaeonweb commented 10 years ago

SBoudrias, you right! thanks