Skip to content

Commit

Permalink
fix #35
Browse files Browse the repository at this point in the history
  • Loading branch information
2betop committed Dec 7, 2015
1 parent 9da577d commit 7d66544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ Resource.prototype.addCssEmbed = function(content, attrs) {
embed: true,
content: content,
attrs: typeof attrs === 'undefined' ?
' type="text/css"':
' rel="stylesheet" type="text/css"':
(attrs || '')
});
};
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fis3-postpackager-loader",
"version": "1.3.10",
"version": "1.3.11",
"description": "resouce loader",
"main": "index.js",
"scripts": {
Expand Down

1 comment on commit 7d66544

@noonhorse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@2betop 这样问题还没解决 看#35

Please sign in to comment.