Posts

Showing posts from March 7, 2019

“or” or “otherwise”, grammar and maing sentence question

Image
0 I'd like to inform my customer that please confirm the box design soon because the goods are almost ready. If the customer replies slowly, we will have no box to pack the goods. Please help me to check if the sentence is correct: " Please inform us your decision for the box design soon—otherwise we will have no boxes to pack when goods are ready." or "Please inform us your decision for the box design soon, or we can't pack when goods are ready." grammar grammaticality share | improve this question asked 3 hours ago Mavis 1

Symfony Webpack: Could not find the entrypoints file from Webpack

Image
2 1 A relatively fresh Symfony 4.1.7 project after installing Webpack Encore throws the error An exception has been thrown during the rendering of a template ("Could not find the entrypoints file from Webpack: the file ".../public/build/entrypoints.json" does not exist.") where the template includes {{ encore_entry_link_tags('app') }} when launching http://127.0.0.1:8000/ What have I missed? $ yarn encore dev Running webpack ... DONE Compiled successfully in 1974ms I 3 files written to publicbuild Done in 3.33s. .../public/build contains app.css app.js manifest.json local Symfony versions: symfony/webpack-encore-bundle v1.0.0 symfony/webpack-encore-pack v1.0.3 webpack.config.js: var Encore = require('@symfony/webpack-encore'