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

Use non-minified main script #14

Merged
merged 1 commit into from
Apr 24, 2014
Merged

Use non-minified main script #14

merged 1 commit into from
Apr 24, 2014

Conversation

techniq
Copy link
Contributor

@techniq techniq commented Apr 24, 2014

Bower recommends not to use minified files for your main scripts (leave it up to build tools to minify if desired).

The primary acting files necessary to use your package. While Bower does not directly use these files, they are listed with the commands bower list map and bower list --sources, so they can be used by build tools. Do not include minified files. Files should not be versioned (Bad: package.1.1.0.js; Good: package.js).

Bower [recommends](bower/bower#393) not to use minified files for your main scripts (leave it up to build tools to minify if desired).

```
The primary acting files necessary to use your package. While Bower does not directly use these files, they are listed with the commands bower list map and bower list --sources, so they can be used by build tools. Do not include minified files. Files should not be versioned (Bad: package.1.1.0.js; Good: package.js).
```
fisshy added a commit that referenced this pull request Apr 24, 2014
Use non-minified main script
@fisshy fisshy merged commit b0279dc into fisshy:master Apr 24, 2014
@fisshy
Copy link
Owner

fisshy commented Apr 24, 2014

Merged!

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.

None yet

2 participants