-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
페이지 레이아웃 깨짐 #1
Comments
npm install시에 원하는 위치에 module들이 설치가 안되서 이거도 해결해야해요. |
멋져요! 스크립트 돌아가나 확인해볼게요
… On Jan 11, 2017, at 9:46 AM, stray-leone ***@***.***> wrote:
npm install시에 원하는 위치에 module들이 설치가 안되서 이거도 해결해야해요.
d3.js 를 찾을 수 없다는 메시지가 나올꺼에요.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Dockerfile 실행 시켜서 돌리고 있습니다. 약 40분 정도 지났는데 아직 실행 중이네요. 보통 얼마쯤 걸리나요? |
스크립트 돌리는데 성공했어요. 그런데 덤프 데이터베이스 로드 중에 에러가 발생합니다. 에러만 모아보자면 다음과 같습니다: |
최종 용량은 3.605 GB이군요. |
BuildError: [Errno 2] No such file or directory: '/home/kchoi100/localspace/pokr.kr/pokr/static/node_modules/d3/d3.js' |
d3 부분은 node_modules/d3/build/d3.js 를 하면 해결되네요. 그런데 uglifyjs가 제대로 설치된 것 같은데 동작을 안 하는 점이 이상하네요. filters='uglifyjs'대신 filters='uglaaaaaaifyjs'와 같이 임의의 문자열을 넣으면 해당 필터가 없다고 나오는 점을 봐서는 uglifyjs는 제대로 찾는 것 같습니다. |
webassets 모듈만 있으면 uglifyjs나 cssmin 등은 없어도 filters='uglifyjs' 같은 부분은 에러가 발생하지 않는 것 같습니다. 실제 모듈을 찾지 못해도 없는 대로 돌아가는 것 같아요. 어떻게 고쳐야할지 모르겠네요. |
일단 @stray-leone 과 함께 작업해서 localhost에 페이지를 띄우는데까지 성공을 했습니다. (66fe32f)
다만 레이아웃이 다 깨지는데요.
문제는 cssmin, uglifyjs의 선언부가 동작하고 있지 않아서 발생한 것으로 생각됩니다.
The text was updated successfully, but these errors were encountered: