fusebox

    0熱度

    1回答

    我的應用程序使用Fusebox 5.5和Coldspring 1.2。我正在嘗試遷移到Coldspring 2.0。在Fusebox_lexicon/coldspring/initialize.cfm有下面的代碼塊: // set ColdSpring in this fusebox instance's application space fb_appendLine('<cfset m

    0熱度

    1回答

    我想設置一個保險絲盒的環境中能夠捆綁JQuery的,自舉和ionicons包成兩個文件: 靜態/資產/js/bundle.js 靜態/資產/ CSS/bundle.css 我有兩個問題: 我的jQuery腳本不起作用。 CSSResourcePlugin不生成資源文件,因此不顯示ionicons。 我fuse.js文件設置如下: const fuse = FuseBox.init({

    0熱度

    1回答

    我正在將應用程序遷移到框架應用程序(特別是Fusebox 5.5)。我需要擴展兩個Application.cfc [Fusebox5.Application]和另一個Application.cfc,它們位於一個文件夾的兩個目錄中。下面是目錄結構: --WebRoot --Fusebox5 <---(This is where the corefiles for Fusebox is st

    0熱度

    1回答

    有沒有辦法阻止ColdFusion 11緩存Fusebox circuit.xml.cfm文件? 每次我對fuseaction文件進行更改時,都必須重新啓動coldfusion服務,並且它變得累贅。

    0熱度

    1回答

    我在一個Angular應用程序中使用fusebox,我使用scss文件而不是常規的css。 我的插件可以這樣來配置: plugins: [ [SassPlugin(), CSSPlugin()], CSSPlugin(), Ng2TemplatePlugin() ] Ng2TemplatePlugin用於能夠stylesUrl和templateUrl轉化

    1熱度

    1回答

    我正在嘗試配置fusebox,以便它在根中爲我的應用程序提供服務,同時也爲API(僅用於測試)提供/ api服務。 用的WebPack我設法用下面的 devServer: { setup: function (app) { app.use('/api', jsonServer.router('db.json')); } } 所以,當我到達http://

    0熱度

    1回答

    我使用fusebox而不是webpack配置我的角度應用程序,我想要3個分離的包(polyfills.js,vendor.js和app.js)。 在的WebPack我使用這個: 'polyfills': './src/polyfills.ts', 'vendor': './src/vendor.ts', 'app': './src/main.ts' 是polyfills.ts import

    0熱度

    1回答

    我正在使用Coldfusion Fusebox 3,我想知道如果有人不小心從URL中刪除Circuit和fuseaction,我可以讓應用程序不會拋出錯誤消息。 例如,如果原始URL是: http://www.noname/Intranet/index.cfm?fuseaction=Bulletins.main ......所以它讀起來就像下面有人去除電路信息:http://www.noname/

    0熱度

    1回答

    我想更改我的項目從webpack打包盒到保險絲盒。 代碼是沒有問題的,但是在編譯的時候我想加載它,我看到一個錯誤: 我下載陣營演示代碼,它的工作。在webpack上也沒有問題。 鏈接到我的回購: https://github.com/slaby93/talkie-react-application/tree/fuse-box-react-dom-problem

    2熱度

    1回答

    我在lucee 5.1.0.34上配置了fusebox 5應用程序。 com/reports /文件夾中有一個cfc。當我從cfc運行遠程方法。它給了我下面的錯誤。 這裏是我的CFC代碼。 <cfcomponent displayname="Reports" output="yes"> <cffunction name="test" access="remote" output="yes">