package.jsonのスクリプトを使って@ angular2-materialからCSSファイルを作成しようとしています。しかし、私は実際の構成を得ることができません。ここに私のビルドスクリプトは次のとおりです。package.jsonとnpmを使って@ angular2-materialをインストールする
"scripts":{
"build:css": "node-sass --include-path node_modules --output client/styles client/styles/main.scss client/styles/bundle.css"
}
私main.scssは、次のようになります。
@import "node_modules/@angular2-material/core/style/core.scss";
@import "node_modules/@angular2-material/checkbox/checkbox.scss";
誰もが作業の構成を持っていますか?
同じ質問がhttps://stackoverflow.com/questions/36240568/meteor-1-3-and-the-use-of-the-npm-module-angular2-materialであり、モデレータによって閉鎖されましたが、現在は86xと表示されています。私はこれを行う方法を知りたいという希望があると言いたいと思います。この質問が閉じられたら、私は失望するだろう!可能であれば、プロジェクトのgitを上げることに戻ります。 WebPACKの
で