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

Default gruntfile from init:jquery has the wrong min task path #40

Closed
boazsender opened this issue Feb 13, 2012 · 1 comment
Closed

Comments

@boazsender
Copy link

The grunt file that grunt generated for me when I did

$ grunt init:jquery

Created a min task that looks like this:

  min: {
    'dist/project-name.min.js': ['<banner>', 'dist/project-name.js']
  },

Instead, of looking in dist, it should look in src:

  min: {
    'dist/project-name.min.js': ['<banner>', 'src/project-name.js']
  },
@boazsender
Copy link
Author

I realize that I was wrong about this. It didn't realize that in the jquery gruntfile grunt would concat src/* into dist, and then min from dist.

Pardon my premature issue.

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