Skip to content

Instantly share code, notes, and snippets.

@jasonagnew
Last active August 29, 2015 14:03
Show Gist options
  • Save jasonagnew/a68453460def1b245d03 to your computer and use it in GitHub Desktop.
Save jasonagnew/a68453460def1b245d03 to your computer and use it in GitHub Desktop.
Laravel & Angular - Gulp

Directory Layout

gulp/
  tasks/
  util/
  config.js
api/
  BigBiteCreative/
  bootstrap/
  commands/
  config/
  ConnorVG/
  controllers/
  database/
  lang/
  routes/
  start/
  storage/
  views/
  filters.php
  routes.php
  twig.php
app/
  images/
  styles/
    app.css
  scripts/
    app.js
  layouts/
    my-details/
      basic-tab.html
    calender/
      single-view.html
  partials/
    partial1.html
  .htaccess
  favicon.ico
  index.php
  robots.txt
src/
  components/
    my-details/
      basic-tab.html
      basic-tab.js
    calender/
      single-view.html
      single-view.js
  partials/
    partial1.html
    partial1.js
  images/
  scripts/
    app.js
    app-controller.js
  styles/
    base/
    pages/
    utils/
    vendor/
    app.scss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment