gulp-rails-pipeline
Ditch the Rails Asset Pipeline and roll your own with Gulp
File Explorer
Download Latest Version (.zip)- application.js
- application.css
- .keep
- application_controller.rb
- welcome_controller.rb
- application_helper.rb
- welcome_helper.rb
- .keep
- .keep
- .keep
- application.html.erb
- index.html.erb
- .gitignore
- bundle
- rails
- rake
- setup
- spring
- development.rb
- production.rb
- test.rb
- assets.rb
- backtrace_silencers.rb
- cookies_serializer.rb
- filter_parameter_logging.rb
- inflections.rb
- mime_types.rb
- rev_manifest.rb
- session_store.rb
- wrap_parameters.rb
- en.yml
- application.rb
- boot.rb
- database.yml
- environment.rb
- routes.rb
- secrets.yml
- development.sqlite3
- seeds.rb
- uE001-facebook.svg
- uE002-linkedin.svg
- uE003-pinterest.svg
- uE004-twitter.svg
- gulp.png
- global.coffee
- message.js
- _iconFont.sass
- global.sass
- generateIconSass.js
- index.js
- template.sass
- index.js
- rev-assets.js
- rev-font-workaround.js
- browserify.js
- browserSync.js
- build.js
- clean.js
- default.js
- images.js
- sass.js
- watch.js
- watchify.js
- bundleLogger.js
- handleErrors.js
- config.js
- .keep
- .keep
- .keep
- 404.html
- 422.html
- 500.html
- favicon.ico
- robots.txt
- .keep
- welcome_controller_test.rb
- .keep
- .keep
- .keep
- .keep
- .keep
- test_helper.rb
- .keep
- .keep
- .buildpacks
- .gitignore
- .ruby-version
- config.ru
- file-structure.png
- Gemfile
- Gemfile.lock
- gulpfile.js
- LICENSE.txt
- package.json
- Rakefile
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/vigetlabs/gulp-rails-pipeline
Downloads the entire project code from GitHub to your computer.
cd gulp-rails-pipeline
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
desc "Run npm install"
Downloads and installs the libraries listed in package.json.
invoke_command "bash -c '. /home/deploy/.nvm/nvm.sh && cd #{release_path} && npm install'"
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
3. Ruby
EasyPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
