如何使用Bower for Github Blog

时间:2016-03-23 07:13:24

标签: git github bower

我不知道这是否是有效的问题。我是第一次在Github创建博客。我使用bower作为包管理器。这是我的bower.json文件。

{
    "name": "Code Pulses",
    "version": "1.0.0",
    "authors": [
        "Hitesh Kumar"
    ],
    "license": "Copyright © 2016 Unknown :)",
    "private": true,
    "dependencies": {
        "angular": "~1.4.9"
    },
    "resolutions": {
        "angular": "~1.4.9"
    }
}

在我的本地i上使用命令bower update --save获取bower组件。当我将更改推送到my repository时,bower_components未加载。我不知道如何在那里买到凉亭组件。我不想手动推送它们。这是blog。你可以在控制台中看到它说 Failed to load resource: the server responded with a status of 404 (Not Found)。我不知道该怎么办。

1 个答案:

答案 0 :(得分:0)

您是否将bower_component目录推送到github?如果没有,那么我认为您需要推送它,因为当您推送更改时github不会运行bower update --save命令。