outaTiME / grunt-replace

Replace text patterns with applause.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

coffee script support?

mmahalwy opened this issue · comments

coffee script support?

Hi pal,

what do you have in mind ??? how do you imagine this ???

PR will be welcome ...

thks !

config.js should output as config.coffee so if my scripts folder is all coffeescript and I am using the grunt coffeescript compiler, it should compile the config.coffee with it too. Rather, I had to do this hack to get it working:

dist: {
        files: [{
          expand: true,
          cwd: '<%= yeoman.app %>/scripts',
          src: '{,*/}*.{coffee,js}',   <------------------------
          dest: '.tmp/scripts',
          ext: ".js",
          extDot: "last"
        }]
      },

Great plugin BTW - love it!!

Please, do you got a full example escenario ???

I dont understand what are you trying to do ....

thks pal !

Hey Ariel,

Sorry I will get back to this later today!

On Sun, Mar 1, 2015 at 8:15 PM, Ariel Falduto notifications@github.com
wrote:

Please, do you got a full example escenario ???

I dont understand what are you trying to do ....

thks pal !


Reply to this email directly or view it on GitHub
#64 (comment)
.

Mohamed El Mahallawy

@mmahalwy4167101981

Hi pal, anything about that ?? in will releasing a new applause version soon ...

thks !

No feedback, closing from now ...