CSS包作为节点模块

时间:2016-04-28 03:01:59

标签: css node.js npm

是否可以创建一个仅包含git中提供的CSS文件的节点模块,我可以通过package.json中的依赖项调用该文件

的package.json

{
  "name": "test",
  "version": "1.0.0",
  "description": "",
  "main": "index.html",
  "author": "",
  "license": "ISC",
  "isLocal": "true",
  "devDependencies": {
    "core-css": "git+ssh://git@git.myproject:porject/core-css.git",
    "node-sass": "^3.6.0",
    "webpack": "^1.13.0"
  }

0 个答案:

没有答案
相关问题