This repository was archived by the owner on May 1, 2020. It is now read-only.
This repository was archived by the owner on May 1, 2020. It is now read-only.
Error occurred while add external css in component #252
Closed
Description
After update Ionic to 2.0.0-rc.1 when you build the project fails.
@Component({
styleUrls: ['map.css'] ,
encapsulation: ViewEncapsulation.None,
})
Result:
Error: Compilation failed. Resource file not found
Y:/maps/.tmp/app/map/map.css
ngc failed
ionic-app-script task: "build"
Error: Error
The css file is not copied to the directory .tmp and the project can not be compiled.