1.0.0 • Published 4 years ago
proa-gulp2 v1.0.0
Proa Gulp
Gulp settings for projects of Proa Data.
Tasks
gulporgulp serveare for running a test (development) server with live reload.- With
gulp serve:dist, the server is production, but without the reload. gulp buildbuilds the distributable version.
Folder structure
Here is the essential basic organization you must to put in your project:
├─ bower_components/
├─ nodes_modules/
├─ src/
│ ├─ fonts/
│ ├─ styles/
│ │ └─ index.less
│ └─ index.html
├─ .gitignore
├─ bower.json
├─ gulpfile.js
├─ package-lock.json
└─ package.jsonThe disposition of the other files present in src is merely indicative; and its content, adjustable and optional.
Pending
- Once the server waits for changes, synchronize also the deletion of files (from
src). - Bower should be replaced as a dependency manager. It is currently under maintenance and, therefore, its use is not recommended.
1.0.0
4 years ago