Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 401 Bytes

quick-assets-with-npm

Start building for WordPress in seconds with ParcelJS

  • can start building normal JS/SCSS

  • using rimraf to clear folder '/dist'

  • using: parcel-plugin-static-files-copy to copy static files (favicon etc.)

  • using: cash-dom a quick (small KB) replacement for jQuery

    // install
    npm install
    
    // start and build
    npm run start
    npm run build