/UserFrosting-bower

Implementing Bower for User frosting

Primary LanguageHTML

UserFrosting-bower

Implementing Bower for User frosting

This is an attempt to create front end framework for user frosting

Still ways to go, but have been able to consolidat the javascript sources and also created a version of the Gruntfile.js. Any input on how to get this organized properly and get it deployment ready is welcome.

Please dorp me a note if you can help

See the setup steps document to see all the things that I did to install the NPM modules. I have not included the Vendor directories here, please run

  • sudo npm install -g grunt-cli
  • sudo npm install grunt-concurrent --save-dev
  • sudo npm install grunt-contrib-clean --save-dev
  • sudo npm install grunt-contrib-compass --save-dev
  • sudo npm install grunt-contrib-concat --save-dev
  • sudo npm install grunt-contrib-copy --save-dev
  • sudo npm install grunt-contrib-imagemin --save-dev
  • sudo npm install grunt-contrib-sass --save-dev
  • sudo npm install grunt-newer --save-dev
  • sudo npm install grunt-ugly-folders --save-dev
  • sudo npm install load-grunt-config --save-dev
  • sudo npm install time-grunt --save-dev

bower install

I am just experimenting with these. Eventually want to have a way to put it all together for production deployment.

  • grunt compass:app
  • grunt compass:dist
  • grunt concat
  • grunt imagemin
  • grunt jshint
  • grunt requir
  • grunt requirejs
  • grunt sass
  • grunt uglify
  • grunt uglifyFiles
  • grunt uglyfolders