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

add src and style fields to package.json for increased compatibility. #30

Closed
wants to merge 2 commits into from
Closed

Conversation

zedd45
Copy link
Contributor

@zedd45 zedd45 commented May 11, 2014

This helps scripts (such as browserify) find the js and css files.

@stanlemon
Copy link
Owner

Thanks! Quick question though... I'm not very familiar with browserify, so bear with me, but should we use minified js file, or is that something that browserify will handle?

@zedd45
Copy link
Contributor Author

zedd45 commented May 12, 2014

I realized I used the minified CSS, but uncompressed JS after I posted it.

I prefer unminified assets for development, and then I let my build tool (in my current case, Gulp) do the minification (usually via Uglify).

Should I submit a new PR with the uncompressed CSS as well?

@stanlemon
Copy link
Owner

Yeah that's fine - would you mind redoing against the 'develop' branch though? Thanks!

@zedd45
Copy link
Contributor Author

zedd45 commented May 12, 2014

sure thing.

@zedd45
Copy link
Contributor Author

zedd45 commented May 12, 2014

moving to develop branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants