markstory / asset_compress

An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.
MIT License
370 stars 125 forks source link

how to use config.ini in coffeescript #361

Closed Indhumathi23 closed 2 years ago

Indhumathi23 commented 2 years ago

i am trying to use config.ini in an existing coffeescript. this is my config.ini [env] RUNNING_ENV = 'dev' [dev] security="no" priority="P2" [prod] security="yes" priority="P1"

Please assist me on creating a coffee file which can read these config data . I am a python deeveloper and i am new to coffee script