gulp-options.yml

paragraphs_collection/css/gulp-options.yml

File

paragraphs_collection/css/gulp-options.yml
View source
  1. # This file holds various gulp configurations that we need in our Gulp process.
  2. #
  3. # Note that options from this file will be merged with Gulp options from
  4. # paragraphs base module.
  5. # Relative path to base module.
  6. paragraphsPath: "../../paragraphs/css"
  7. # Reuse stylelint config file from paragraphs.
  8. stylelintOptions:
  9. configFile: "../../paragraphs/css/.stylelintrc.yml"
  10. # List of all submodules with its paths to CSS.
  11. # @todo - this will probably require a bit of refactoring if we decide to
  12. # introduce JS lint plugin.
  13. submodules:
  14. paragraphs_collection: './'
  15. paragraphs_collection_demo: '../modules/paragraphs_collection_demo/css'
  16. paragraphs_collection_test: '../modules/paragraphs_collection_test/css'