cullophid / date-fp

Functional programming date manipulation library
121 stars 17 forks source link

Remove build folder from source control #3

Closed TheLudd closed 9 years ago

TheLudd commented 9 years ago

The folder aldready existed in gitignore but the files had probably been added for tracking earlier.

TheLudd commented 9 years ago

Could do that but IMO it would be better if babel could create the folder. Is it possible?

TheLudd commented 9 years ago

Also, is it possible to add empty directories to git?

TheLudd commented 9 years ago

Sorry. The issue was that browserify does not do this and they do not seem to intend to change it. https://github.com/substack/node-browserify/issues/402

Would it be ok if I included mkdir -p dist in buildBrowser? That makes the build a bit tied to linux for now.

cullophid commented 9 years ago

I dont have an issue with that. im on a mac.

TheLudd commented 9 years ago

Good, fixed. When this is merged I have another PR ready for the other stuff.

cullophid commented 9 years ago

Ah you need to manually update the package version otherwise npm gets mad :)