# scrollsequence/1.5.5/includes/carbonfields/htmlburger/carbon-fields/bin/paths.js

Scrollsequence – Cinematic Scroll Image Animation Plugin, version 1.5.5. 10 lines.

- Page: https://pluginprobe.com/plugins/scrollsequence/1.5.5/code/includes/carbonfields/htmlburger/carbon-fields/bin/paths.js
- Raw: https://pluginprobe.com/plugins/scrollsequence/1.5.5/raw/includes/carbonfields/htmlburger/carbon-fields/bin/paths.js
- Modified: 2024-03-08T07:59:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/scrollsequence/1.5.5/code/includes/carbonfields/htmlburger/carbon-fields/bin/paths.js#L10-L20`.

```javascript
/**
 * External dependencies.
 */
const path = require( 'path' );

module.exports = {
	classicBuildPath: path.resolve( __dirname, '..', 'build', 'classic' ),
	gutenbergBuildPath: path.resolve( __dirname, '..', 'build', 'gutenberg' ),
};

```
