久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

      <bdo id='sF279'></bdo><ul id='sF279'></ul>

  • <legend id='sF279'><style id='sF279'><dir id='sF279'><q id='sF279'></q></dir></style></legend>

    <tfoot id='sF279'></tfoot>
        <i id='sF279'><tr id='sF279'><dt id='sF279'><q id='sF279'><span id='sF279'><b id='sF279'><form id='sF279'><ins id='sF279'></ins><ul id='sF279'></ul><sub id='sF279'></sub></form><legend id='sF279'></legend><bdo id='sF279'><pre id='sF279'><center id='sF279'></center></pre></bdo></b><th id='sF279'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='sF279'><tfoot id='sF279'></tfoot><dl id='sF279'><fieldset id='sF279'></fieldset></dl></div>

        <small id='sF279'></small><noframes id='sF279'>

        為從 Coffeescript 編譯的多個連接的 javascript 文件生

        Generating source maps for multiple concatenated javascript files compiled from Coffeescript(為從 Coffeescript 編譯的多個連接的 javascript 文件生成源映射)
          <legend id='2fwkZ'><style id='2fwkZ'><dir id='2fwkZ'><q id='2fwkZ'></q></dir></style></legend>
          <i id='2fwkZ'><tr id='2fwkZ'><dt id='2fwkZ'><q id='2fwkZ'><span id='2fwkZ'><b id='2fwkZ'><form id='2fwkZ'><ins id='2fwkZ'></ins><ul id='2fwkZ'></ul><sub id='2fwkZ'></sub></form><legend id='2fwkZ'></legend><bdo id='2fwkZ'><pre id='2fwkZ'><center id='2fwkZ'></center></pre></bdo></b><th id='2fwkZ'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='2fwkZ'><tfoot id='2fwkZ'></tfoot><dl id='2fwkZ'><fieldset id='2fwkZ'></fieldset></dl></div>
          <tfoot id='2fwkZ'></tfoot>
          • <bdo id='2fwkZ'></bdo><ul id='2fwkZ'></ul>
              <tbody id='2fwkZ'></tbody>

            <small id='2fwkZ'></small><noframes id='2fwkZ'>

                • 本文介紹了為從 Coffeescript 編譯的多個連接的 javascript 文件生成源映射的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  有人在這方面取得過成功嗎?

                  Has any one had any success with this?

                  推薦答案

                  我認(rèn)為這或多或少是一個未解決的問題:https://github.com/jashkenas/coffee-script/issues/2779 .最后一個有意義的評論來自一個月前的 jwalton.

                  I think it's more or less an unsolved problem: https://github.com/jashkenas/coffee-script/issues/2779 . Last meanigingful comment was from jwalton, a month ago.

                  不過,增加對它的支持似乎不是火箭科學(xué),所以它可能很快就會到來.

                  Still, it doesn't seem rocket science to add support for it, so it will probably come soon.

                  Michael Ficarra(CoffeeScript Redux 的創(chuàng)建者)建議使用 https://github.com/michaelficarra/commonjs- 無處不在 .

                  Michael Ficarra (creator of CoffeeScript Redux) suggested using https://github.com/michaelficarra/commonjs-everywhere .

                  兩個警告:

                  • 它僅適用于捆綁 CommonJS 模塊.
                  • 它使用的是 CoffeeScript Redux,它仍處于測試階段(盡管看起來工作得很好),并且與原始 CoffeeScript 編譯器不是 100% 兼容.

                  所以這不適用于您特別要求的連接".

                  So this does not work for what you ask for specifically, "concatenation".

                  您可能會很幸運:combine-source-map 和/或generate-sourcemap,均出自同一作者.

                  You might have luck with these: combine-source-map and/or generate-sourcemap, both by same author.

                  這看起來很簡單:https://npmjs.org/package/mapcat.您只需將咖啡編譯器生成的各個源映射文件提供給它.

                  This looks really simple: https://npmjs.org/package/mapcat . You just have to feed it the individual source map files generated by the coffee compiler.

                  Mariusz Nowak 剛剛發(fā)布 webmake-coffee.與 CommonJS Everywhere 一樣,它需要將代碼組織為 CommonJS 模塊.與其他地方的 CommonJS 不同,它使用常規(guī)的 CoffeeScript.

                  Mariusz Nowak has just released webmake-coffee. Like CommonJS Everywhere, it requires code to be organized as CommonJS modules. Unlike CommonJS everywhere, it uses regular CoffeeScript.

                  Grunt Coffee-Script 插件 似乎也有源映射支持連接文件很長一段時間(兩個月),有效地證明我原來的答案是不正確的.

                  It also seems the Grunt Coffee-Script plugin has had source-map support for concatenated files for quite a while (two months), effectively proving my original answer to be incorrect.

                  即將推出的 Snockets 2.0 版也將支持它.

                  The upcoming version 2.0 of Snockets will have support for it too.

                  這篇關(guān)于為從 Coffeescript 編譯的多個連接的 javascript 文件生成源映射的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  Browser waits for ajax call to complete even after abort has been called (jQuery)(即使在調(diào)用 abort (jQuery) 之后,瀏覽器也會等待 ajax 調(diào)用完成)
                  JavaScript innerHTML is not working for IE?(JavaScript innerHTML 不適用于 IE?)
                  XMLHttpRequest cannot load, No #39;Access-Control-Allow-Origin#39; header is present on the requested resource(XMLHttpRequest 無法加載,請求的資源上不存在“Access-Control-Allow-Origin標(biāo)頭) - IT屋-程序員軟件開發(fā)技術(shù)分
                  Is it possible for XHR HEAD requests to not follow redirects (301 302)(XHR HEAD 請求是否有可能不遵循重定向 (301 302))
                  XMLHttpRequest 206 Partial Content(XMLHttpRequest 206 部分內(nèi)容)
                  Restrictions of XMLHttpRequest#39;s getResponseHeader()?(XMLHttpRequest 的 getResponseHeader() 的限制?)

                    <tfoot id='ATRSy'></tfoot>
                    • <small id='ATRSy'></small><noframes id='ATRSy'>

                          <tbody id='ATRSy'></tbody>
                      • <legend id='ATRSy'><style id='ATRSy'><dir id='ATRSy'><q id='ATRSy'></q></dir></style></legend>
                          <i id='ATRSy'><tr id='ATRSy'><dt id='ATRSy'><q id='ATRSy'><span id='ATRSy'><b id='ATRSy'><form id='ATRSy'><ins id='ATRSy'></ins><ul id='ATRSy'></ul><sub id='ATRSy'></sub></form><legend id='ATRSy'></legend><bdo id='ATRSy'><pre id='ATRSy'><center id='ATRSy'></center></pre></bdo></b><th id='ATRSy'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='ATRSy'><tfoot id='ATRSy'></tfoot><dl id='ATRSy'><fieldset id='ATRSy'></fieldset></dl></div>
                            <bdo id='ATRSy'></bdo><ul id='ATRSy'></ul>
                          • 主站蜘蛛池模板: 午夜伦理影院 | av大全在线观看 | 日韩综合 | 涩涩视频在线播放 | 天天爽夜夜操 | 午夜精品一区二区三区三上悠亚 | 99在线资源 | 最新日韩在线 | 国产 日韩 欧美 在线 | 老头搡老女人毛片视频在线看 | 天天干天天操天天看 | 国产精品一二三区 | 国产一级成人 | 亚洲一区视频在线 | 国产精品成人在线播放 | 91亚洲国产成人久久精品网站 | jizz18国产 | 玖玖视频国产 | 国产精品久久久久aaaa九色 | 欧美一区二 | 欧美www在线 | 第一福利社区1024 | 56pao在线 | 精品99久久 | 91色视频在线观看 | 国产高清av免费观看 | 超碰97人人人人人蜜桃 | 日韩成人av在线播放 | 精品国产欧美 | 久久91| 丝袜一区二区三区 | 久久一区 | 国产成人一区在线 | 久久久久久久一区二区三区 | 亚洲视频在线观看一区二区三区 | 国产99久久 | 久久精品久久精品久久精品 | 国产欧美一区二区三区国产幕精品 | 欧美激情一区二区三区 | 中文字幕亚洲国产 | 日韩av电影院|