- You need to have
jsconfig.json
in your project root directory
{
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
"allowSyntheticDefaultImports": true
FROM python:3 | |
ENV PYTHONUNBUFFERED 1 | |
RUN mkdir /app | |
WORKDIR /app | |
COPY requirements.txt /app/ | |
RUN pip install -r requirements.txt |
Budo & Browserify in npm
scripts:
"scripts": {
"start": "budo src/main.js:bundle.js --live",
"build": "browserify src/main.js | uglifyjs -cm > bundle.js"
}
du -sh dir-name
a2enmod expires
service apache2 restart
vim /etc/apache2/sites-available/site.conf
bundle show spree