diff --git a/lib/tasks/assets.rake b/lib/tasks/assets.rake index dd52bb6..bb0659a 100644 --- a/lib/tasks/assets.rake +++ b/lib/tasks/assets.rake @@ -15,7 +15,7 @@ # Ensure all dependencies are installed system("npm install") # Run the webpack command via npm - system("npm run bundle -- #{webpack_options.join(" ")}") + system("npm run bundle -- #{webpack_options.join(" ")}") or exit() end end end