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

Ignore non-string url pushState args (fixes #569) #570

Merged
merged 1 commit into from
May 6, 2016

Conversation

benvinegar
Copy link
Contributor

No description provided.

@mattrobenolt
Copy link
Contributor

🍪

@@ -351,7 +351,7 @@ module.exports = function(grunt) {
grunt.registerTask('dist', ['build.core', 'copy:dist']);

// Test task
grunt.registerTask('test', ['eslint', 'browserify.core', 'browserify:test', 'mocha']);
grunt.registerTask('test', [/*'eslint', */'browserify.core', 'browserify:test', 'mocha']);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this intentional?

@benvinegar benvinegar merged commit 3738576 into master May 6, 2016
@benvinegar benvinegar deleted the fix-turbolinks branch May 6, 2016 16:42
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.

2 participants