栗占州
栗占州
你好: bootstrap 引用 font 的路径有问题.我执行 build 后 生成的 css 引用 fonts 的路径 是 相对路径 “src:url(fonts/f4769f9b.glyphicons-halflings-regular.eot)” 请问我要如何才能解决它。 谢谢
There is a message after the execution of the command. How to solve the great project `log : Restoring packages for /Users/lzz/Documents/projects/weixinapp/buddhism/server.test/project.json... ` `log : Restoring packages for /Users/lzz/Documents/projects/weixinapp/buddhism/server/project.json... Segmentation...
Get https://github.com/electron-userland/electron-builder-binaries/releases/download/linux-tools-mac-10.12.3/linux-tools-mac-10.12.3.7z: read tcp 192.168.1.189:55568->20.205.243.166:443: read: operation timed out `linux-tools-mac` I can't find it, I can't find it, may I ask this is myself, I want to compile deb
flv can not play in the development of the mac chrome. This address is live streaming. `http://living.muzhifm.com/muzhifm/jzmusic.flv?auth_key=1467594266-0-0-d129d9bfe80f9b38a9aa44761f440429`
I can not enter the ready function after setting supplied flv, I want to use rtmp flv or live stream。 thanks
因为我的项目需要调用多个 api, 请问如何配置多个 代理, ``` development: (config) => ({ compiler_public_path: `http://${config.server_host}:${config.server_port}/`, proxy: { enabled: true, options: { host: 'http://192.168.8.14:1338', match: /^\/api\/.*/, }, option2: { host: 'http://apiv2.muzhifm.com', match: /^\/muzhifmApi\/.*/, map: (path)...