PatrickJS on npm_and_yarn
PatrickJS on master
chore(deps-dev): bump node-sass… (compare)
dependabot[bot] on npm_and_yarn
chore(deps-dev): bump node-sass… (compare)
PatrickJS on master
Update README.md (compare)
let homeComponent = {
restrict: 'E',
bindings: {},
template,
controller,
controllerAs: 'vm',
compile: function compile(tElement, tAttrs, transclude) {
return {
pre: function preLink(scope, iElement, iAttrs, controller) {
},
post: function postLink(scope, iElement, iAttrs, controller) {
file-loader
and url-loader
.styl
and template are included using ES2015 import
s.
Hey all after cloning ng6 and installing deps, I'm seeing this error trying to run any gulp tasks:
'''
ERROR in ./~/css-loader!./~/stylus-loader!./client/app/app.styl
Module build failed: TypeError: /Users/dl/dev/ng6/client/app/app.styl:4:1
1| .app
2| height 100%
3| background-color $lightBgColor
4|
------^
Path must be a string. Received undefined
'''
any ideas? never used webpack/stylus before, so a bit lost here...