Skip to content

Commit

Permalink
fix #35
Browse files Browse the repository at this point in the history
  • Loading branch information
Justineo committed May 3, 2017
1 parent 4ade58a commit a8cb63f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.3.1
* Fixed the problem that styles are missing for precompiled version ([#35](https://github.com/Justineo/vue-awesome/issues/35)).

2.3.0
* Added new ways to register icon.
* Clearify custom icon registration in documentation.
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-awesome.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-awesome",
"version": "2.3.0",
"version": "2.3.1",
"description": "Font Awesome component for Vue.js, using inline SVG.",
"main": "dist/vue-awesome.js",
"module": "index.js",
Expand Down
5 changes: 4 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ export default {
moduleName: 'VueAwesome',
dest: 'dist/vue-awesome.js',
plugins: [
vue({compileTemplate: true}),
vue({
compileTemplate: true,
css: true
}),
buble(),
uglify()
]
Expand Down

0 comments on commit a8cb63f

Please sign in to comment.