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

Not parsing ES6 #32

Closed
franciscop opened this issue Sep 26, 2016 · 0 comments
Closed

Not parsing ES6 #32

franciscop opened this issue Sep 26, 2016 · 0 comments

Comments

@franciscop
Copy link

franciscop commented Sep 26, 2016

It is not parsing ES6 properly in my config:

es6

My relevant code. Inside initConfig:

jshint: {
  target: 'assets/*.jsx',
  options: {
    ignores: [],
    additionalSuffixes: ['.js']
  }
},

Then at the end, after initConfig({ ... }):

grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-sass');
grunt.loadNpmTasks('grunt-jsxhint');
grunt.loadNpmTasks('grunt-shell');
grunt.loadNpmTasks('grunt-notify');
grunt.registerTask('default', ['jshint', 'shell', 'sass', 'notify:build']);

I've tried tweaking and changing few things but still the same error

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