Skip to content

Commit

Permalink
feat(app generator): introduce settings as a static @class to yui…
Browse files Browse the repository at this point in the history
…doc code documentation
  • Loading branch information
cueedee committed Aug 26, 2016
1 parent bcb25c6 commit e9a0c84
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions generators/app/templates/src/app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,15 @@ do () ->
## [madlib]
##

###*
# The app's globally sharable configuration settings.
#
# These are exposed through the `madlib-settings` singleton object. Simply `require(...)` it wherever you have a need for them.
#
# @class Settings
# @static
###

## https://github.com/Qwerios/madlib-settings#readme
##
settings = require( 'madlib-settings' )
Expand Down

0 comments on commit e9a0c84

Please sign in to comment.