gulp-paths
v1.0.0
Published
Gulp path helpers
Downloads
8
Readme
Gulp Paths
This is a helper modules for consistent directory structures, and less repeated directory structures.
This version currently only supports the Laravel 5 directory structure, but I will be extending to allow custom directory structures so that it can be used for any project framework.
Usage
There are currently five directory helpers:
path.bower(file/folder)
- references thevendor/bower_components
folder (ensure .bowerrc file is set up correctly or this will be incorrect)path.asset(file/folder)
- references theresources/assets
folderpath.css(file/folder)
- references thepublic/css
folderpath.js(file/folder)
- references thepublic/js
folderpath.image(file/folder)
- references thepublic/images
folder
To-do
- Add ability to specify custom locations that persist