councilforeconed / interactive-activities

Council for Economic Education
http://interactives.councilforeconed.org
Mozilla Public License 2.0
6 stars 2 forks source link

Issues in Pizza Preventing Deployment #112

Closed stevekinney closed 10 years ago

stevekinney commented 10 years ago

@ZeeJab Pizza is breaking the deployment process. Apparently, sauce-workstation.css didn't get checked in.

Error: ENOENT, no such file or directory '/home/node/cee/out/activities/pizza/client/components/workstation/sauce-workstation.css'
In module tree:
    activities/pizza/client/scripts/main
      activities/pizza/client/components/main/main
        activities/pizza/client/components/round/round
          activities/pizza/client/components/workstation/sauce-workstation

{ [Error: Error: ENOENT, no such file or directory '/home/node/cee/out/activities/pizza/client/components/workstation/sauce-workstation.css'
In module tree:
    activities/pizza/client/scripts/main
      activities/pizza/client/components/main/main
        activities/pizza/client/components/round/round
          activities/pizza/client/components/workstation/sauce-workstation

    at Object.fs.openSync (fs.js:427:18)
]
  originalError: 
   { [Error: ENOENT, no such file or directory '/home/node/cee/out/activities/pizza/client/components/workstation/sauce-workstation.css']
     errno: 34,
     code: 'ENOENT',
     path: '/home/node/cee/out/activities/pizza/client/components/workstation/sauce-workstation.css',
     syscall: 'open',
     moduleTree: 
      [ 'activities/pizza/client/components/workstation/sauce-workstation',
        'activities/pizza/client/components/round/round',
        'activities/pizza/client/components/main/main',
        'activities/pizza/client/scripts/main' ],
     fileName: '/home/node/cee/out/activities/pizza/client/components/workstation/sauce-workstation.js' } }
ZeeJab commented 10 years ago

I deleted sauce-workstation.css. it shouldnt be looking for it ?

stevekinney commented 10 years ago

I found the culprit.

ZeeJab commented 10 years ago

uhh, brillz :rabbit:

stevekinney commented 10 years ago

Do you want to remove it, or should I? (I don't mind, as long as we both don't try to remove it at the same time!)

On Mon, Jun 30, 2014 at 4:14 PM, Zahra Jabini notifications@github.com wrote:

uhh, brillz [image: :rabbit:]

— Reply to this email directly or view it on GitHub https://github.com/councilforeconed/cee/issues/112#issuecomment-47580751 .

stevekinney commented 10 years ago

I cleared up the issue. The deployment build works now!