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

loggly.tracker.js file should not be ignore

  • Loading branch information
Shwetajain148 committed Aug 25, 2017
commit 7337a4f17b8f4ce25b2f28224b3454f320ccf5cb
@@ -1,7 +1,5 @@
/dist

This comment has been minimized.

@Shwetajain148

Shwetajain148 Aug 25, 2017
Author Contributor

dist directory does not exist in our library so removing it.

This comment has been minimized.

@mostlyjason

mostlyjason Aug 25, 2017
Contributor

I think that folder is where the distribution files are usually placed. For example the min in the map files might be generated in when running npm build dist or some similar command. Also, what happened to generating a file for the latest version?

/node_modules

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

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