Skip to content

Instantly share code, notes, and snippets.

@lokhman
Created July 13, 2016 17:34
Show Gist options
  • Select an option

  • Save lokhman/c89681ddf1294158802ce4db01593fc7 to your computer and use it in GitHub Desktop.

Select an option

Save lokhman/c89681ddf1294158802ce4db01593fc7 to your computer and use it in GitHub Desktop.

Revisions

  1. lokhman created this gist Jul 13, 2016.
    41 changes: 41 additions & 0 deletions symfony2-gulp-structure
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,41 @@
    /app/
    /config/
    - dev.yml
    - prod.yml
    /src/
    /Client/
    /PublicBundle/
    /Controller/
    - DefaultController.php
    /DepedencyInjection/
    /Resources/
    /frontend/
    /app/
    /scss/
    /images/
    /js/
    /twig/
    /Default/
    - form.html.twig
    - base.html.twig
    - bower.json
    - gulpfile.js
    - package.json
    /views/
    /Default/
    - index.html.twig
    - form.html.twig
    - base.html.twig
    /vendor/
    /web/
    /css/
    /public/
    - styles.css
    /js/
    /public/
    - scripts.js
    - vendor.js
    - app.php
    - app_dev.php
    - composer.json
    - composer.lock