BioPhoton / BioPhoton/ng-drupal-7-services-explorer

Gulp and npm instructions incorrect

Open
#7 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
HTML
Stars
7
Forks
2
PR merge metrics
No merged PRs in 30d

Description

I required many extra steps to get this working beyond the instructions in the README.md. Likely, your npm and bower and gulpfile need updating for this to work. I had to include the following steps and still SASS was not compiling:
- git clone https://github.com/BioPhoton/ng-drupal-services-tests-with-ng.git drupal-services-tests
- cd drupal-services-tests/
- git checkout master
- npm install
- bower update
- vi src/app/app.config.js
- \* add Drupal instance and API endpoint
- vi gulpfile.js
- \* uncomment bottom gulp commands, including webserver
- \* modify line 215 to gulp.src('./www/')
- npm install wrench
- npm install wiredep
- npm install run-sequence
- npm install gulp-minify-css
- npm install gulp-server-livereload
- npm install gulp-bundle-assets
- npm install
- cp -R src www
- cp -R bower_components www/
- gulp webserver

Contributor guide

Open the contributing guide

Research direction

Start with README.md and gulpfile.js, then reproduce the listed clone, npm, bower, and gulp steps. Compare the documented setup with the reported manual edits and missing packages; done means the documented setup completes and Sass compiles without those extra changes.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, javascript, sass
Domain
build-system, frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.