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

Sync package version #48

Merged
merged 4 commits into from Aug 30, 2017
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Add output files to /dist folder and upgrade package vesion

  • Loading branch information
Shwetajain148 committed Aug 30, 2017
commit 36a8677f003b37b922c88fe32a2831956bcd6095
@@ -1,3 +1,4 @@
/dist
/node_modules

# Ignore everything in src folder except for loggly.tracker.js file
@@ -5,12 +5,12 @@ module.exports = function (grunt) {
uglify: {
options: {
sourceMap: true,
sourceMapName: 'src/loggly.tracker-' + packageJson.version + '.min.map'
sourceMapName: 'dist/loggly.tracker-' + packageJson.version + '.min.map'
},
main: {
files: [{
src: 'src/loggly.tracker.js',
dest: 'src/loggly.tracker-' + packageJson.version + '.min.js'
dest: 'dist/loggly.tracker-' + packageJson.version + '.min.js'
}]
}
}

This comment has been minimized.

@Shwetajain148

Shwetajain148 Aug 30, 2017
Author Contributor

@mostlyjason I have changed the path of min and map file so that they can be created in the /dist folder.

@@ -1,6 +1,6 @@
{
"name": "loggly-jslogger",
"version": "2.2.1",
"version": "2.2.2",
"description": "A Javascript client to send logs to Loggly.",
"browser": "index.js",
"repository": {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.