raptorjs-legacy / raptorjs

Source code for the RaptorJS Toolkit
Other
94 stars 12 forks source link

Static Sites fail to build #43

Open regiellis opened 11 years ago

regiellis commented 11 years ago

Currently, when working with a statically generated template from raptor, running the current build script will fail.

Steps to reproduce:

Result: fs.js:427 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);

Fixed: :30 path.join(__dirname, "config/optimizer-config.xml"),

Running the build script results in: Error: Cannot find module 'raptor-optimizer-ready-plugin"

Caused by line :38 in the optimizer-config file, removing this results in the script not building the site.

Node: "v0.10.10" Raptor: "0.2.4"