This repository demonstrates how to use Symfony
with RequireJS
in
Symfony Standard Edition
.
The main purpose of this repository is to demonstrate how to separate the
frontend from the backend. As a result you can simply use r.js
optimizer
without any additional bundles such as HearsayRequireJSBundle. All you need
to do is store your JavaScript files into the web
directory which is
accessible from web and have installed node.js
with NPM
.
npm install bower -g
npm install gulp -g
npm install
bower install
gulp build
Enjoy!