outaTiME / grunt-replace

Replace text patterns with applause.
MIT License
411 stars 47 forks source link

coffee script support? #64

Closed mmahalwy closed 9 years ago

outaTiME commented 9 years ago

Hi pal,

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

PR will be welcome ...

thks !

mmahalwy commented 9 years ago

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"
        }]
      },
mmahalwy commented 9 years ago

Great plugin BTW - love it!!

outaTiME commented 9 years ago

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

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

thks pal !

mmahalwy commented 9 years ago

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 https://github.com/outaTiME/grunt-replace/issues/64#issuecomment-76656523 .

Mohamed El Mahallawy

@mmahalwy4167101981

outaTiME commented 9 years ago

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

thks !

outaTiME commented 9 years ago

No feedback, closing from now ...