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

Added Javascript version #41

Merged
merged 2 commits into from May 25, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Added Javascript version

  • Loading branch information
Jayant Varshney Jayant Varshney
Jayant Varshney authored and Jayant Varshney committed May 25, 2016
commit f21c6929e0dc515aabed1962c3249bd96e60f47b
@@ -7,11 +7,11 @@ module.exports = function (grunt) {
},
main : {
files : {
'src/loggly.tracker.min.js' : ['src/loggly.tracker.js']
'src/loggly.tracker-2.1.min.js' : ['src/loggly.tracker.js']
}
}
}
});
});

grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.registerTask('default', ['uglify']);

Some generated files are not rendered by default. Learn more.

Some generated files are not rendered by default. Learn more.

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.