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 all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

@@ -3,5 +3,4 @@

# Ignore everything in src folder except for loggly.tracker.js file
/src/*
# !/src/loggly.tracker.js

!/src/loggly.tracker.js
@@ -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.

@@ -95,5 +95,6 @@ Build min and map file
----------
You can build min and map file by using the command below:
```
npm install
grunt uglify
```
@@ -1,6 +1,6 @@
{
"name": "loggly-jslogger",
"version": "2.1.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.