-
Remove
vendor
path: dist has no vendor and vendor of src are inbower_components
, this don't included in repo, as good practice.css
files in src path: use onlyscss
assets
dir of src and dist: use this only indemo
pathcopy:{distVendor, distFonts, distHtml, distJs, distImages, distPages, distCss}
Grunt task
-
Change
load-grunt-tasks
->matchdep
: for load all grunt tasksoverthrow-dist
->overthrow
: library for good use with bowerdist
task: includedist-js
anddist-css
tasksgrunt-sass
->grunt-contrib-compass
: because this, config.rb isn't necessary
-
Add
grunt-banner
withusebanner
task: for js and css dist files- http://fastgap.mobi/ as homepage: in
package.json
dist-js
task: withconcat
anduglify
tasksdist-css
task: withsass
compressed mode~Controllers.js
are infastgap.controllers.js
with~.min.js
version- libraries: zepto, fastclick, overthrow and snap are in
fastgap.libs.js
with~.min.js
version fastgap.core.js
is History.js, FG.js, Navigator.js, Transition.js, PageLoad.js, and index.js also containing~.min.js
versionfastgap.js
orfastgap.min.js
containing all js srcdemo
path with a FastGap example project ready to runclean
Grunt task: for clear dist files and rebuild with banner