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

Implement coffeescript #34

Open
mirontoli opened this issue Jun 13, 2014 · 0 comments
Open

Implement coffeescript #34

mirontoli opened this issue Jun 13, 2014 · 0 comments

Comments

@mirontoli
Copy link
Owner

sudo npm install -g coffee-script
sudo npm install grunt-contrib-coffee --save-dev

grunt task

coffee: {
  compile: {
    files: {
      '<%= local.app %>/scripts/try.js': '<%= local.app %>/scripts/try.coffee', 
    }
  },
},

Todo

  • build task for a specific file (done)
  • build task (*.coffee)
  • watch and livereload
  • coffee lint
@mirontoli mirontoli changed the title Implement coffee Implement coffeescript Jun 13, 2014
mirontoli added a commit that referenced this issue Jun 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant