Blacklite / Ncapsulate

NuGet and MSBuild wrappers around various Node based tools.
MIT License
29 stars 9 forks source link

Create bower_components and node_modules if needed on build #20

Open medianick opened 9 years ago

medianick commented 9 years ago

The WriteLinesToFile task used in bower.targets and node.targets fails if the bower_components or node_modules folders themselves don't exist. If any npm or bower packages have already been installed, it's not an issue, but on an initial install of these NuGet packages (before npm or bower are used), the solution won't build properly.

medianick commented 9 years ago

The AppVeyor failure doesn't appear to have anything to do with my commit; it's raising errors like "Cannot find module 'lodash.padright' "