Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support literate coffeescript #26

Closed
wants to merge 1 commit into from
Closed

Conversation

dgageot
Copy link

@dgageot dgageot commented Jan 5, 2015

Would fix #25

@maksimr
Copy link
Contributor

maksimr commented Mar 19, 2015

@dgageot

If I right understanding the problem then settings like this should fix the problem

 coffeePreprocessor: {
      options: {
        bare: true,
        sourceMap: false,
        literate: true
      },
     transformPath: function(path) {
        return path.replace(/\.litcoffee$/, '.js');
      }
    },

Thanks

@dgageot dgageot closed this Jul 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants