eucalypt
0.8.0
0.8.0
  • eucalypt
  • Installation
  • CLI
    • Core
      • Init
      • Launch
      • Console
      • Test
      • Version
      • Rake
      • Help (-H)
    • Generate
      • Controller
      • Helper
      • Model
      • Scaffold
    • Destroy
      • Controller
      • Helper
      • Model
      • Scaffold
    • Blog
      • Setup
      • Article
        • List
        • Generate
        • Destroy
        • Edit
          • Urltitle
          • Datetime
    • Migration
      • Blank
      • Types
      • Create
        • Table
      • Add
        • Index
        • Column
      • Drop
        • Table
        • Index
        • Column
      • Rename
        • Table
        • Index
        • Column
      • Change
        • Column
    • Security
      • Warden
        • Setup
      • Pundit
        • Setup
      • Policy
        • Role
          • Generate
        • Permission
          • Generate
        • Generate
  • Features
    • Controllers
    • Helpers
    • Views
      • Layouts
      • Partials
    • Static data
    • Core application file
    • Configuration
      • Logging
      • Asset pipeline
        • Manifest asset files
      • Initializers
      • Database
    • Manifest accessor
    • Application path helpers
    • Blog environment
      • Articles
    • Authentication
    • Authorization
    • Rendering static files
    • Maintenance mode
Powered by GitBook
On this page
  • Location
  • More information
  • Accessing the manifest asset files
  1. Features
  2. Configuration
  3. Asset pipeline

Manifest asset files

Location

  • The manifest stylesheet file is located at app/assets/stylesheets/application.scss.

  • The manifest javascript file is located at app/assets/scripts/application.js.

More information

  • For more information about the manifest stylesheet file, read the comments in application.scss.

  • For more information about the manifest javascript file, read the comments in application.js.

Accessing the manifest asset files

To access the manifest asset files, you can use the manifest accessor method.

PreviousAsset pipelineNextInitializers

Last updated 6 years ago