You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@angular/cli: 1.0.0-rc.2
node: 6.9.5
os: linux x64
Repro steps.
I have several angular projects so to save disk space y decied to have one node_modules folder an each angular project have a symbolic to that unique node_modules folder. Think a shared node_module folder.
When I want to use Bootstrap, the styles are not enqueued having the symbolic link but, with out it, it does.
I am taking a course so, I have several angular projects for each lesson. With this hack I save about 2gb or more of disk space. Maybe somebody has several angular projects on a server an do this hack too to save space disk too.
The log given by the failure.
No error given by ng serve and browser console either
Bug Report or Feature Request (mark with an
x
)Versions.
Repro steps.
I have several angular projects so to save disk space y decied to have one
node_modules
folder an each angular project have a symbolic to that unique node_modules folder. Think a shared node_module folder.When I want to use Bootstrap, the styles are not enqueued having the symbolic link but, with out it, it does.
The log given by the failure.
No error given by
ng serve
and browser console eitherMention any other details that might be useful.
I enqueue the style on
.angular-cli.json
The text was updated successfully, but these errors were encountered: