lwhiteley / AngularLogExtender

AngularLogExtender is an AngularJS module that extends the Angular $log functionality. It uses the native $decorator to push the $log pass its capabilities and provide new functionality such as configuring the $log for different environments such as production and development
MIT License
40 stars 8 forks source link

architecture updates [in progress] [do not delete branch] #14

Closed lwhiteley closed 10 years ago

lwhiteley commented 10 years ago

Made some updates:

Add lodash

  • lodash was added in the libs folder
  • lodash was included as a test file for karma

Cleaned up grunt tasks (npm install required)

  • add a grunt serve task to easily start the sample app server and load it in the browser
  • add functionality to give a summary of how long grunt tasks take to run
  • encapsulated minification tasks

Forked submodule and made changes (git submodule update --remote required)

  • add express server with api (in progress)
lwhiteley commented 10 years ago

time grunt removed..should be good now