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

Errors in gruntfile #25

Closed
wants to merge 2 commits into from
Closed

Conversation

mattheu
Copy link

@mattheu mattheu commented Nov 14, 2013

I ran into some issues trying to run the build proccess.

1- When running the concat.dist and concat.basic tasks, the files src/iris.js and src/iris-basic.js were not propery compiled due to the stray > in the filename
2- The uglify task created the minified scripts from the concatenated scripts. However the uglify task was run before the concat task. Running grunt once would create empty minified files. (running twice - created it OK)

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

Successfully merging this pull request may close these issues.

None yet

1 participant