VisualStudio 2015 CSSAutoSync が効かない時
1117 ワード
Web.Config に以下を追加する
<cofiguration>
<system.webServer>
<handlers>
<add name="Browser Link for HTML" path="*.html" verb="*"
type="System.Web.StaticFileHandler, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
resourceType="File" preCondition="integratedMode" />
</handlers>
</system.webServer>
</configuration>
Browser Link Dash Board でLinkしているURLが表示されていれば有効になっている
Static Html の場合上記をWeb.configに追加すると、CSSを編集すると即座に反映される。
上記の記載が無い場合はBrowserをRefreshする必要がある。
https://docs.microsoft.com/en-us/aspnet/visual-studio/overview/2013/using-browser-link
Author And Source
この問題について(VisualStudio 2015 CSSAutoSync が効かない時), 我々は、より多くの情報をここで見つけました https://qiita.com/redpeaks33/items/74abcbe428ff3eea51cf著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .