Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Conversation

@exromany
Copy link
Contributor

CoffeeScript files compiling to separated files. And scripts from subdirectories compiling too.

Additional information can be found in issue #81

P.S.: to run coffeescript tests, you need add

    '.tmp/scripts/**/*.js',
    '.tmp/spec/**/*.js'

to files variable in testacular.conf.js (I don't know where this file generated)

Replace `**/*` to `{,*/}*` and fix coffee:test
@btford
Copy link
Contributor

btford commented Mar 20, 2013

Thanks! Can you please add a test for this fix?

@exromany
Copy link
Contributor Author

No. I don't know how to test grunt task.

@jroes
Copy link

jroes commented Mar 23, 2013

Would be very happy to get this merged -- I manually applied the changes to my Gruntfile and things are working! 👍

@btford
Copy link
Contributor

btford commented Mar 26, 2013

I'm working on better tests for CS, but I don't want to hold this up forever. Merged as 1060332.

Thanks @exromany!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants