0

I change bootstrap to foundation zurb. I already install nodejs for Frontend development guidelines (http://docs.ckan.org/en/latest/contributing/frontend/index.html). I already execute the ./bin/less --production command. My development environment works ok but my ckan_default.error.log gives me an error "No module name css/foundation.css" every time I try to access my production at port 8080.

Any idea? - thanks

1 Answer 1

0

Based on the following previous answer, object has no attribute 'css/main.debug.css', I got around a similar error with the following:

sudo apt-get install python-software-properties
sudo apt-get update
sudo npm config set registry http://registry.npmjs.org/
sudo apt-add-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs
sudo npm install less nodewatch
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.